#CCF5FD

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

Shades of Onahau #CCF5FD

Tints of Onahau #CCF5FD

Color information

#CCF5FD (or 0xCCF5FD) is unknown color: approx Onahau. HEX triplet: CC, F5 and FD. RGB value is (204,245,253). Sum of RGB (Red+Green+Blue) = 204+245+253=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCF5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5FD is #330A02. Grayscale: #E9E9E9. Windows color (decimal): -3344899 or 16643532. OLE color: 16643532.

HSL color Cylindrical-coordinate representation of color #CCF5FD: hue angle of 189.8º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCF5FD is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204245253-
CMYK0.190.0300.01
HSL189.8º92.45%89.61%-
HSV(B)189.8º19.37%99.22%-
XYZ75.2885.23105.41-
YUV233.65138.92106.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.06%
GREEN value IS 245 (96.09% from 255) = 34.90%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=29.06%
G=34.90%
B=36.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042452530.190.0300.01189.892.4589.61
HexCCF5FD13301be5c5a
Octal31436537523301276134132
Binary1100110011110101111111011001111011011111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF5FD; }

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

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

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

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

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

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

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

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