#CCF4FE

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

Shades of Onahau #CCF4FE

Tints of Onahau #CCF4FE

Color information

#CCF4FE (or 0xCCF4FE) is unknown color: approx Onahau. HEX triplet: CC, F4 and FE. RGB value is (204,244,254). Sum of RGB (Red+Green+Blue) = 204+244+254=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 244 (95.70% from 255 or 34.76% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF4FE is #330B01. Grayscale: #E9E9E9. Windows color (decimal): -3345154 or 16708812. OLE color: 16708812.

HSL color Cylindrical-coordinate representation of color #CCF4FE: hue angle of 192º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCF4FE is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204244254-
CMYK0.200.0400.00
HSL192º96.15%89.8%-
HSV(B)192º19.69%99.61%-
XYZ75.1484.69106.15-
YUV233.18139.75107.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.06%
GREEN value IS 244 (95.70% from 255) = 34.76%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=29.06%
G=34.76%
B=36.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042442540.200.0400.0019296.1589.8
HexCCF4FE14400c0605a
Octal31436437624400300140132
Binary11001100111101001111111010100100001100000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF4FE; }

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

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

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

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

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

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

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

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