#CCEEF7

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

Shades of Onahau #CCEEF7

Tints of Onahau #CCEEF7

Color information

#CCEEF7 (or 0xCCEEF7) is unknown color: approx Onahau. HEX triplet: CC, EE and F7. RGB value is (204,238,247). Sum of RGB (Red+Green+Blue) = 204+238+247=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEF7 is #331108. Grayscale: #E4E4E4. Windows color (decimal): -3346697 or 16248524. OLE color: 16248524.

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

Color convert

RGB204238247-
CMYK0.170.0400.03
HSL192.56º72.88%88.43%-
HSV(B)192.56º17.41%96.86%-
XYZ72.2680.799.76-
YUV228.86138.24110.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.61%
GREEN value IS 238 (93.36% from 255) = 34.54%
BLUE value IS 247 (96.88% from 255) = 35.85%
R=29.61%
G=34.54%
B=35.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042382470.170.0400.03192.5672.8888.43
HexCCEEF711403c14958
Octal31435636721403301111130
Binary110011001110111011110111100011000111100000110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEF7; }

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

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

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

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

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

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

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

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