#CAF0FA

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

Shades of Onahau #CAF0FA

Tints of Onahau #CAF0FA

Color information

#CAF0FA (or 0xCAF0FA) is unknown color: approx Onahau. HEX triplet: CA, F0 and FA. RGB value is (202,240,250). Sum of RGB (Red+Green+Blue) = 202+240+250=692 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.19% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0FA is #350F05. Grayscale: #E5E5E5. Windows color (decimal): -3477254 or 16445642. OLE color: 16445642.

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

Color convert

RGB202240250-
CMYK0.190.0400.02
HSL192.5º82.76%88.63%-
HSV(B)192.5º19.2%98.04%-
XYZ72.7781.78102.39-
YUV229.78139.41108.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.19%
GREEN value IS 240 (94.14% from 255) = 34.68%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=29.19%
G=34.68%
B=36.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022402500.190.0400.02192.582.7688.63
HexCAF0FA13402c05359
Octal31236037223402300123131
Binary110010101111000011111010100111000101100000010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0FA; }

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

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

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

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

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

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

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

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