Html Css Color HEX #CCEBF1 Onahau

📋 copy color: '#CCEBF1'

red 204 ◦ green 235 ◦ blue 241

#CCEBF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #CCEBF1

Tints of Onahau #CCEBF1

RGB

 RED value IS 204 (80.08% from 255) = 30%

 GREEN value IS 235 (92.19% from 255) = 34.56%

 BLUE value IS 241 (94.53% from 255) = 35.44%

R = 30%
G = 34.56%
B = 35.44%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCEBF1 (or 0xCCEBF1) is known color: Onahau. HEX triplet: CC, EB and F1. RGB value is (204,235,241). Sum of RGB (Red+Green+Blue) = 204+235+241=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBF1 is #33140E. Grayscale: #E2E2E2. Windows color (decimal): -3347471 or 15854540. OLE color: 15854540.

HSL color Cylindrical-coordinate representation of color #CCEBF1: hue angle of 189.73º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEBF1 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 235 241 -
CMYK 0.15 0.02 0 0.05
HSL 189.73º 0.57% 0.87% -
HSV(B) 189.73º 0.15% 0.95% -
XYZ 70.49 78.6 94.68 -
YUV 226.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 204 235 241 0.15 0.02 0 0.05 189.73 0.57 0.87
Hex CC EB F1 F 2 0 5 BE 39 57
Octal 314 353 361 17 2 0 5 276 71 127
Binary 11001100 11101011 11110001 1111 10 0 101 10111110 111001 1010111

Color Harmonies of #CCEBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBF1

Black with #CCEBF1

Text Example


Text Example

White with #CCEBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBF1; }

 p { color: rgb(204,235,241); }

 H1.HeaderClassName
 {
   color: #CCEBF1;
 }
 .AnyTagClassName
 {
   color: #CCEBF1;
 }
</style>

background-color css

<style>
 a { background-color: #CCEBF1; }

 a { background-color: rgb(204,235,241); }

 div.DivClassName
 {
   background-color: #CCEBF1;
 }
 .BgClassName
 {
   background-color: #CCEBF1;
 }
</style>

border-color css

<style>
 span { border-color: #CCEBF1; }

 span { border-color: rgb(204,235,241); }

 td.TdClassName
 {
   border-color: #CCEBF1;
 }
 .TagClassName
 {
   border-color: #CCEBF1;
 }
</style>