#CAF2FC

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

Shades of Onahau #CAF2FC

Tints of Onahau #CAF2FC

Color information

#CAF2FC (or 0xCAF2FC) is unknown color: approx Onahau. HEX triplet: CA, F2 and FC. RGB value is (202,242,252). Sum of RGB (Red+Green+Blue) = 202+242+252=696 (92% of max value = 765). Red value is 202 (79.30% from 255 or 29.02% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF2FC is #350D03. Grayscale: #E7E7E7. Windows color (decimal): -3476740 or 16577226. OLE color: 16577226.

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

Color convert

RGB202242252-
CMYK0.200.0400.01
HSL192º89.29%89.02%-
HSV(B)192º19.84%98.82%-
XYZ73.6883.09104.25-
YUV231.18139.75107.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.02%
GREEN value IS 242 (94.92% from 255) = 34.77%
BLUE value IS 252 (98.83% from 255) = 36.21%
R=29.02%
G=34.77%
B=36.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022422520.200.0400.0119289.2989.02
HexCAF2FC14401c05959
Octal31236237424401300131131
Binary11001010111100101111110010100100011100000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF2FC; }

 p { color: rgb(202,242,252); }

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

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

 a { background-color: rgb(202,242,252); }

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

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

 span { border-color: rgb(202,242,252); }

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