#CAF3FD

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

Shades of Onahau #CAF3FD

Tints of Onahau #CAF3FD

Color information

#CAF3FD (or 0xCAF3FD) is unknown color: approx Onahau. HEX triplet: CA, F3 and FD. RGB value is (202,243,253). Sum of RGB (Red+Green+Blue) = 202+243+253=698 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.94% from 698); Green value is 243 (95.31% from 255 or 34.81% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF3FD is #350C02. Grayscale: #E7E7E7. Windows color (decimal): -3476483 or 16643018. OLE color: 16643018.

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

Color convert

RGB202243253-
CMYK0.200.0400.01
HSL191.76º92.73%89.22%-
HSV(B)191.76º20.16%99.22%-
XYZ74.1483.75105.19-
YUV231.88139.92106.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.94%
GREEN value IS 243 (95.31% from 255) = 34.81%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=28.94%
G=34.81%
B=36.25%

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
Decimal2022432530.200.0400.01191.7692.7389.22
HexCAF3FD14401c05d59
Octal31236337524401300135131
Binary11001010111100111111110110100100011100000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3FD; }

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

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

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

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

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

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

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

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