#CDFEFA

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

Shades of Light Cyan #CDFEFA

Tints of Light Cyan #CDFEFA

Color information

#CDFEFA (or 0xCDFEFA) is unknown color: approx Light Cyan. HEX triplet: CD, FE and FA. RGB value is (205,254,250). Sum of RGB (Red+Green+Blue) = 205+254+250=709 (93% of max value = 765). Red value is 205 (80.47% from 255 or 28.91% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFEFA is #320105. Grayscale: #EEEEEE. Windows color (decimal): -3277062 or 16449229. OLE color: 16449229.

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

Color convert

RGB205254250-
CMYK0.1900.020.00
HSL175.1º96.08%90%-
HSV(B)175.1º19.29%99.61%-
XYZ77.8790.76103.86-
YUV238.89134.27103.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 28.91%
GREEN value IS 254 (99.61% from 255) = 35.83%
BLUE value IS 250 (98.05% from 255) = 35.26%
R=28.91%
G=35.83%
B=35.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052542500.1900.020.00175.196.0890
HexCDFEFA13020af605a
Octal31537637223020257140132
Binary1100110111111110111110101001101001010111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFEFA; }

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

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

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

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

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

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

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

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