#CCEFF4

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

Shades of Onahau #CCEFF4

Tints of Onahau #CCEFF4

Color information

#CCEFF4 (or 0xCCEFF4) is unknown color: approx Onahau. HEX triplet: CC, EF and F4. RGB value is (204,239,244). Sum of RGB (Red+Green+Blue) = 204+239+244=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCEFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFF4 is #33100B. Grayscale: #E5E5E5. Windows color (decimal): -3346444 or 16052172. OLE color: 16052172.

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

Color convert

RGB204239244-
CMYK0.160.0200.04
HSL187.5º64.52%87.84%-
HSV(B)187.5º16.39%95.69%-
XYZ72.181.197.44-
YUV229.1136.4110.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.69%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 244 (95.70% from 255) = 35.52%
R=29.69%
G=34.79%
B=35.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042392440.160.0200.04187.564.5287.84
HexCCEFF410204bc4158
Octal31435736420204274101130
Binary110011001110111111110100100001001001011110010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFF4; }

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

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

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

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

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

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

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

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