#CFFAFD

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

Shades of Light Cyan #CFFAFD

Tints of Light Cyan #CFFAFD

Color information

#CFFAFD (or 0xCFFAFD) is unknown color: approx Light Cyan. HEX triplet: CF, FA and FD. RGB value is (207,250,253). Sum of RGB (Red+Green+Blue) = 207+250+253=710 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.15% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFAFD is #300502. Grayscale: #EDEDED. Windows color (decimal): -3147011 or 16644815. OLE color: 16644815.

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

Color convert

RGB207250253-
CMYK0.180.0100.01
HSL183.91º92%90.2%-
HSV(B)183.91º18.18%99.22%-
XYZ77.6588.73105.96-
YUV237.48136.75106.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.15%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 253 (99.22% from 255) = 35.63%
R=29.15%
G=35.21%
B=35.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072502530.180.0100.01183.919290.2
HexCFFAFD12101b85c5a
Octal31737237522101270134132
Binary110011111111101011111101100101011011100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAFD; }

 p { color: rgb(207,250,253); }

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

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

 a { background-color: rgb(207,250,253); }

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

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

 span { border-color: rgb(207,250,253); }

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