#CCF3FA

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

Shades of Onahau #CCF3FA

Tints of Onahau #CCF3FA

Color information

#CCF3FA (or 0xCCF3FA) is unknown color: approx Onahau. HEX triplet: CC, F3 and FA. RGB value is (204,243,250). Sum of RGB (Red+Green+Blue) = 204+243+250=697 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.27% from 697); Green value is 243 (95.31% from 255 or 34.86% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3FA is #330C05. Grayscale: #E8E8E8. Windows color (decimal): -3345414 or 16446412. OLE color: 16446412.

HSL color Cylindrical-coordinate representation of color #CCF3FA: hue angle of 189.13º 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 #CCF3FA is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204243250-
CMYK0.180.0300.02
HSL189.13º82.14%89.02%-
HSV(B)189.13º18.4%98.04%-
XYZ74.2183.84102.71-
YUV232.14138.08107.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.27%
GREEN value IS 243 (95.31% from 255) = 34.86%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=29.27%
G=34.86%
B=35.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042432500.180.0300.02189.1382.1489.02
HexCCF3FA12302bd5259
Octal31436337222302275122131
Binary11001100111100111111101010010110101011110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3FA; }

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

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

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

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

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

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

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

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