#CDFAFD

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

Shades of Light Cyan #CDFAFD

Tints of Light Cyan #CDFAFD

Color information

#CDFAFD (or 0xCDFAFD) is unknown color: approx Light Cyan. HEX triplet: CD, FA and FD. RGB value is (205,250,253). Sum of RGB (Red+Green+Blue) = 205+250+253=708 (93% of max value = 765). Red value is 205 (80.47% from 255 or 28.95% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFAFD is #320502. Grayscale: #ECECEC. Windows color (decimal): -3278083 or 16644813. OLE color: 16644813.

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

Color convert

RGB205250253-
CMYK0.190.0100.01
HSL183.75º92.31%89.8%-
HSV(B)183.75º18.97%99.22%-
XYZ77.0988.44105.94-
YUV236.89137.09105.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 28.95%
GREEN value IS 250 (98.05% from 255) = 35.31%
BLUE value IS 253 (99.22% from 255) = 35.73%
R=28.95%
G=35.31%
B=35.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052502530.190.0100.01183.7592.3189.8
HexCDFAFD13101b85c5a
Octal31537237523101270134132
Binary110011011111101011111101100111011011100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAFD; }

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

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

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

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

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

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

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

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