#CAF6FD

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

Shades of Onahau #CAF6FD

Tints of Onahau #CAF6FD

Color information

#CAF6FD (or 0xCAF6FD) is unknown color: approx Onahau. HEX triplet: CA, F6 and FD. RGB value is (202,246,253). Sum of RGB (Red+Green+Blue) = 202+246+253=701 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.82% from 701); Green value is 246 (96.48% from 255 or 35.09% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAF6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF6FD is #350902. Grayscale: #E9E9E9. Windows color (decimal): -3475715 or 16643786. OLE color: 16643786.

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

Color convert

RGB202246253-
CMYK0.200.0300.01
HSL188.24º92.73%89.22%-
HSV(B)188.24º20.16%99.22%-
XYZ75.0485.56105.49-
YUV233.64138.92105.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.82%
GREEN value IS 246 (96.48% from 255) = 35.09%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=28.82%
G=35.09%
B=36.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022462530.200.0300.01188.2492.7389.22
HexCAF6FD14301bc5d59
Octal31236637524301274135131
Binary1100101011110110111111011010011011011110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF6FD; }

 p { color: rgb(202,246,253); }

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

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

 a { background-color: rgb(202,246,253); }

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

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

 span { border-color: rgb(202,246,253); }

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