#CAF1FA

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

Shades of Onahau #CAF1FA

Tints of Onahau #CAF1FA

Color information

#CAF1FA (or 0xCAF1FA) is unknown color: approx Onahau. HEX triplet: CA, F1 and FA. RGB value is (202,241,250). Sum of RGB (Red+Green+Blue) = 202+241+250=693 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.15% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1FA is #350E05. Grayscale: #E6E6E6. Windows color (decimal): -3476998 or 16445898. OLE color: 16445898.

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

Color convert

RGB202241250-
CMYK0.190.0400.02
HSL191.25º82.76%88.63%-
HSV(B)191.25º19.2%98.04%-
XYZ73.0782.37102.49-
YUV230.36139.08107.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.15%
GREEN value IS 241 (94.53% from 255) = 34.78%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=29.15%
G=34.78%
B=36.08%

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
Decimal2022412500.190.0400.02191.2582.7688.63
HexCAF1FA13402bf5359
Octal31236137223402277123131
Binary110010101111000111111010100111000101011111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1FA; }

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

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

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

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

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

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

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

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