#CCEFF5

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

Shades of Onahau #CCEFF5

Tints of Onahau #CCEFF5

Color information

#CCEFF5 (or 0xCCEFF5) is unknown color: approx Onahau. HEX triplet: CC, EF and F5. RGB value is (204,239,245). Sum of RGB (Red+Green+Blue) = 204+239+245=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 245 (96.09% from 255 or 35.61% from 688); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCEFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFF5 is #33100A. Grayscale: #E5E5E5. Windows color (decimal): -3346443 or 16117708. OLE color: 16117708.

HSL color Cylindrical-coordinate representation of color #CCEFF5: hue angle of 188.78º 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 #CCEFF5 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204239245-
CMYK0.170.0200.04
HSL188.78º67.21%88.04%-
HSV(B)188.78º16.73%96.08%-
XYZ72.2581.1698.24-
YUV229.22136.9110.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.65%
GREEN value IS 239 (93.75% from 255) = 34.74%
BLUE value IS 245 (96.09% from 255) = 35.61%
R=29.65%
G=34.74%
B=35.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042392450.170.0200.04188.7867.2188.04
HexCCEFF511204bd4358
Octal31435736521204275103130
Binary110011001110111111110101100011001001011110110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFF5; }

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

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

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

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

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

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

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

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