#CCEEF5

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

Shades of Onahau #CCEEF5

Tints of Onahau #CCEEF5

Color information

#CCEEF5 (or 0xCCEEF5) is unknown color: approx Onahau. HEX triplet: CC, EE and F5. RGB value is (204,238,245). Sum of RGB (Red+Green+Blue) = 204+238+245=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEF5 is #33110A. Grayscale: #E4E4E4. Windows color (decimal): -3346699 or 16117452. OLE color: 16117452.

HSL color Cylindrical-coordinate representation of color #CCEEF5: hue angle of 190.24º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCEEF5 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204238245-
CMYK0.170.0300.04
HSL190.24º67.21%88.04%-
HSV(B)190.24º16.73%96.08%-
XYZ71.9680.5898.15-
YUV228.63137.24110.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.69%
GREEN value IS 238 (93.36% from 255) = 34.64%
BLUE value IS 245 (96.09% from 255) = 35.66%
R=29.69%
G=34.64%
B=35.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042382450.170.0300.04190.2467.2188.04
HexCCEEF511304be4358
Octal31435636521304276103130
Binary110011001110111011110101100011101001011111010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEF5; }

 p { color: rgb(204,238,245); }

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

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

 a { background-color: rgb(204,238,245); }

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

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

 span { border-color: rgb(204,238,245); }

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