#CCEFF6

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

Shades of Onahau #CCEFF6

Tints of Onahau #CCEFF6

Color information

#CCEFF6 (or 0xCCEFF6) is unknown color: approx Onahau. HEX triplet: CC, EF and F6. RGB value is (204,239,246). Sum of RGB (Red+Green+Blue) = 204+239+246=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCEFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFF6 is #331009. Grayscale: #E5E5E5. Windows color (decimal): -3346442 or 16183244. OLE color: 16183244.

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

Color convert

RGB204239246-
CMYK0.170.0300.04
HSL190º70%88.24%-
HSV(B)190º17.07%96.47%-
XYZ72.481.2299.05-
YUV229.33137.4109.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.61%
GREEN value IS 239 (93.75% from 255) = 34.69%
BLUE value IS 246 (96.48% from 255) = 35.70%
R=29.61%
G=34.69%
B=35.70%

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
Decimal2042392460.170.0300.041907088.24
HexCCEFF611304be4658
Octal31435736621304276106130
Binary110011001110111111110110100011101001011111010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFF6; }

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

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

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

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

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

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

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

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