#CCF3FC

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

Shades of Onahau #CCF3FC

Tints of Onahau #CCF3FC

Color information

#CCF3FC (or 0xCCF3FC) is unknown color: approx Onahau. HEX triplet: CC, F3 and FC. RGB value is (204,243,252). Sum of RGB (Red+Green+Blue) = 204+243+252=699 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.18% from 699); Green value is 243 (95.31% from 255 or 34.76% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCF3FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3FC is #330C03. Grayscale: #E8E8E8. Windows color (decimal): -3345412 or 16577484. OLE color: 16577484.

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

Color convert

RGB204243252-
CMYK0.190.0400.01
HSL191.25º88.89%89.41%-
HSV(B)191.25º19.05%98.82%-
XYZ74.5283.97104.37-
YUV232.36139.08107.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.18%
GREEN value IS 243 (95.31% from 255) = 34.76%
BLUE value IS 252 (98.83% from 255) = 36.05%
R=29.18%
G=34.76%
B=36.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042432520.190.0400.01191.2588.8989.41
HexCCF3FC13401bf5959
Octal31436337423401277131131
Binary11001100111100111111110010011100011011111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3FC; }

 p { color: rgb(204,243,252); }

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

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

 a { background-color: rgb(204,243,252); }

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

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

 span { border-color: rgb(204,243,252); }

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