#CAFDFF

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

Shades of Light Cyan #CAFDFF

Tints of Light Cyan #CAFDFF

Color information

#CAFDFF (or 0xCAFDFF) is unknown color: approx Light Cyan. HEX triplet: CA, FD and FF. RGB value is (202,253,255). Sum of RGB (Red+Green+Blue) = 202+253+255=710 (94% of max value = 765). Red value is 202 (79.30% from 255 or 28.45% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFDFF is #350200. Grayscale: #EDEDED. Windows color (decimal): -3473921 or 16776650. OLE color: 16776650.

HSL color Cylindrical-coordinate representation of color #CAFDFF: hue angle of 182.26º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFDFF is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202253255-
CMYK0.210.0100
HSL182.26º100%89.61%-
HSV(B)182.26º20.78%100%-
XYZ77.5390.03107.9-
YUV237.98137.6102.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.45%
GREEN value IS 253 (99.22% from 255) = 35.63%
BLUE value IS 255 (100% from 255) = 35.92%
R=28.45%
G=35.63%
B=35.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022532550.210.0100182.2610089.61
HexCAFDFF15100b6645a
Octal31237537725100266144132
Binary110010101111110111111111101011001011011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDFF; }

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

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

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

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

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

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

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

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