#CAFFF7

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

Shades of Light Cyan #CAFFF7

Tints of Light Cyan #CAFFF7

Color information

#CAFFF7 (or 0xCAFFF7) is unknown color: approx Light Cyan. HEX triplet: CA, FF and F7. RGB value is (202,255,247). Sum of RGB (Red+Green+Blue) = 202+255+247=704 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.69% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFF7 is #350008. Grayscale: #EEEEEE. Windows color (decimal): -3473417 or 16252874. OLE color: 16252874.

HSL color Cylindrical-coordinate representation of color #CAFFF7: hue angle of 170.94º 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 #CAFFF7 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB202255247-
CMYK0.2100.030
HSL170.94º100%89.61%-
HSV(B)170.94º20.78%100%-
XYZ76.9190.79101.47-
YUV238.24132.94102.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.69%
GREEN value IS 255 (100% from 255) = 36.22%
BLUE value IS 247 (96.88% from 255) = 35.09%
R=28.69%
G=36.22%
B=35.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552470.2100.030170.9410089.61
HexCAFFF715030ab645a
Octal31237736725030253144132
Binary1100101011111111111101111010101101010101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFF7; }

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

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

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

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

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

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

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

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