#CCF4FA

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

Shades of Onahau #CCF4FA

Tints of Onahau #CCF4FA

Color information

#CCF4FA (or 0xCCF4FA) is unknown color: approx Onahau. HEX triplet: CC, F4 and FA. RGB value is (204,244,250). Sum of RGB (Red+Green+Blue) = 204+244+250=698 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.23% from 698); Green value is 244 (95.70% from 255 or 34.96% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF4FA is #330B05. Grayscale: #E8E8E8. Windows color (decimal): -3345158 or 16446668. OLE color: 16446668.

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

Color convert

RGB204244250-
CMYK0.180.0200.02
HSL187.83º82.14%89.02%-
HSV(B)187.83º18.4%98.04%-
XYZ74.5184.44102.81-
YUV232.72137.75107.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.23%
GREEN value IS 244 (95.70% from 255) = 34.96%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=29.23%
G=34.96%
B=35.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042442500.180.0200.02187.8382.1489.02
HexCCF4FA12202bc5259
Octal31436437222202274122131
Binary11001100111101001111101010010100101011110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF4FA; }

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

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

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

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

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

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

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

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