#CCEFF7

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

Shades of Onahau #CCEFF7

Tints of Onahau #CCEFF7

Color information

#CCEFF7 (or 0xCCEFF7) is unknown color: approx Onahau. HEX triplet: CC, EF and F7. RGB value is (204,239,247). Sum of RGB (Red+Green+Blue) = 204+239+247=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCEFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFF7 is #331008. Grayscale: #E5E5E5. Windows color (decimal): -3346441 or 16248780. OLE color: 16248780.

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

Color convert

RGB204239247-
CMYK0.170.0300.03
HSL191.16º72.88%88.43%-
HSV(B)191.16º17.41%96.86%-
XYZ72.5681.2999.86-
YUV229.45137.9109.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.57%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 247 (96.88% from 255) = 35.80%
R=29.57%
G=34.64%
B=35.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042392470.170.0300.03191.1672.8888.43
HexCCEFF711303bf4958
Octal31435736721303277111130
Binary11001100111011111111011110001110111011111110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFF7; }

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

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

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

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

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

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

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

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