#CCF5FB

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

Shades of Onahau #CCF5FB

Tints of Onahau #CCF5FB

Color information

#CCF5FB (or 0xCCF5FB) is unknown color: approx Onahau. HEX triplet: CC, F5 and FB. RGB value is (204,245,251). Sum of RGB (Red+Green+Blue) = 204+245+251=700 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.14% from 700); Green value is 245 (96.09% from 255 or 35% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCF5FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5FB is #330A04. Grayscale: #E9E9E9. Windows color (decimal): -3344901 or 16512460. OLE color: 16512460.

HSL color Cylindrical-coordinate representation of color #CCF5FB: hue angle of 187.66º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCF5FB is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204245251-
CMYK0.190.0200.02
HSL187.66º85.45%89.22%-
HSV(B)187.66º18.73%98.43%-
XYZ74.9785.11103.74-
YUV233.42137.92107.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.14%
GREEN value IS 245 (96.09% from 255) = 35%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=29.14%
G=35%
B=35.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042452510.190.0200.02187.6685.4589.22
HexCCF5FB13202bc5559
Octal31436537323202274125131
Binary11001100111101011111101110011100101011110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF5FB; }

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

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

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

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

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

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

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

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