#CCEBF2

Color #CCEBF2 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #CCEBF2

Tints of Onahau #CCEBF2

Color information

#CCEBF2 (or 0xCCEBF2) is unknown color: approx Onahau. HEX triplet: CC, EB and F2. RGB value is (204,235,242). Sum of RGB (Red+Green+Blue) = 204+235+242=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBF2 is #33140D. Grayscale: #E2E2E2. Windows color (decimal): -3347470 or 15920076. OLE color: 15920076.

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

Color convert

RGB204235242-
CMYK0.160.0300.05
HSL191.05º59.38%87.45%-
HSV(B)191.05º15.7%94.9%-
XYZ70.6478.6695.47-
YUV226.53136.73111.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.96%
GREEN value IS 235 (92.19% from 255) = 34.51%
BLUE value IS 242 (94.92% from 255) = 35.54%
R=29.96%
G=34.51%
B=35.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042352420.160.0300.05191.0559.3887.45
HexCCEBF210305bf3b57
Octal3143533622030527773127
Binary11001100111010111111001010000110101101111111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBF2; }

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

 H1.HeaderClassName
 {
   color: #CCEBF2;
 }
 .AnyTagClassName
 {
   color: #CCEBF2;
 }
</style>
background-color css

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

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

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

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

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

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