#CCF5FE

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

Shades of Onahau #CCF5FE

Tints of Onahau #CCF5FE

Color information

#CCF5FE (or 0xCCF5FE) is unknown color: approx Onahau. HEX triplet: CC, F5 and FE. RGB value is (204,245,254). Sum of RGB (Red+Green+Blue) = 204+245+254=703 (93% of max value = 765). Red value is 204 (80.08% from 255 or 29.02% from 703); Green value is 245 (96.09% from 255 or 34.85% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5FE is #330A01. Grayscale: #E9E9E9. Windows color (decimal): -3344898 or 16709068. OLE color: 16709068.

HSL color Cylindrical-coordinate representation of color #CCF5FE: hue angle of 190.8º 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 #CCF5FE is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204245254-
CMYK0.200.0400.00
HSL190.8º96.15%89.8%-
HSV(B)190.8º19.69%99.61%-
XYZ75.4485.3106.25-
YUV233.77139.42106.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.02%
GREEN value IS 245 (96.09% from 255) = 34.85%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=29.02%
G=34.85%
B=36.13%

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
Decimal2042452540.200.0400.00190.896.1589.8
HexCCF5FE14400bf605a
Octal31436537624400277140132
Binary11001100111101011111111010100100001011111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF5FE; }

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

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

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

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

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

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

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

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