#CAF1FC

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

Shades of Onahau #CAF1FC

Tints of Onahau #CAF1FC

Color information

#CAF1FC (or 0xCAF1FC) is unknown color: approx Onahau. HEX triplet: CA, F1 and FC. RGB value is (202,241,252). Sum of RGB (Red+Green+Blue) = 202+241+252=695 (92% of max value = 765). Red value is 202 (79.30% from 255 or 29.06% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAF1FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1FC is #350E03. Grayscale: #E6E6E6. Windows color (decimal): -3476996 or 16576970. OLE color: 16576970.

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

Color convert

RGB202241252-
CMYK0.200.0400.01
HSL193.2º89.29%89.02%-
HSV(B)193.2º19.84%98.82%-
XYZ73.3882.5104.15-
YUV230.59140.08107.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.06%
GREEN value IS 241 (94.53% from 255) = 34.68%
BLUE value IS 252 (98.83% from 255) = 36.26%
R=29.06%
G=34.68%
B=36.26%

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
Decimal2022412520.200.0400.01193.289.2989.02
HexCAF1FC14401c15959
Octal31236137424401301131131
Binary11001010111100011111110010100100011100000110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1FC; }

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

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

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

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

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

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

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

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