#CAF0FB

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

Shades of Onahau #CAF0FB

Tints of Onahau #CAF0FB

Color information

#CAF0FB (or 0xCAF0FB) is unknown color: approx Onahau. HEX triplet: CA, F0 and FB. RGB value is (202,240,251). Sum of RGB (Red+Green+Blue) = 202+240+251=693 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.15% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0FB is #350F04. Grayscale: #E5E5E5. Windows color (decimal): -3477253 or 16511178. OLE color: 16511178.

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

Color convert

RGB202240251-
CMYK0.200.0400.02
HSL193.47º85.96%88.82%-
HSV(B)193.47º19.52%98.43%-
XYZ72.9381.84103.22-
YUV229.89139.91108.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.15%
GREEN value IS 240 (94.14% from 255) = 34.63%
BLUE value IS 251 (98.44% from 255) = 36.22%
R=29.15%
G=34.63%
B=36.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022402510.200.0400.02193.4785.9688.82
HexCAF0FB14402c15659
Octal31236037324402301126131
Binary110010101111000011111011101001000101100000110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0FB; }

 p { color: rgb(202,240,251); }

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

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

 a { background-color: rgb(202,240,251); }

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

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

 span { border-color: rgb(202,240,251); }

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