#CAF8FD

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

Shades of Light Cyan #CAF8FD

Tints of Light Cyan #CAF8FD

Color information

#CAF8FD (or 0xCAF8FD) is unknown color: approx Light Cyan. HEX triplet: CA, F8 and FD. RGB value is (202,248,253). Sum of RGB (Red+Green+Blue) = 202+248+253=703 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.73% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAF8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF8FD is #350702. Grayscale: #EAEAEA. Windows color (decimal): -3475203 or 16644298. OLE color: 16644298.

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

Color convert

RGB202248253-
CMYK0.200.0200.01
HSL185.88º92.73%89.22%-
HSV(B)185.88º20.16%99.22%-
XYZ75.6586.78105.69-
YUV234.82138.26104.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.73%
GREEN value IS 248 (97.27% from 255) = 35.28%
BLUE value IS 253 (99.22% from 255) = 35.99%
R=28.73%
G=35.28%
B=35.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022482530.200.0200.01185.8892.7389.22
HexCAF8FD14201ba5d59
Octal31237037524201272135131
Binary1100101011111000111111011010010011011101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF8FD; }

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

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

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

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

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

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

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

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