#CDFFFA

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

Shades of Light Cyan #CDFFFA

Tints of Light Cyan #CDFFFA

Color information

#CDFFFA (or 0xCDFFFA) is unknown color: approx Light Cyan. HEX triplet: CD, FF and FA. RGB value is (205,255,250). Sum of RGB (Red+Green+Blue) = 205+255+250=710 (94% of max value = 765). Red value is 205 (80.47% from 255 or 28.87% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFFFA is #320005. Grayscale: #EFEFEF. Windows color (decimal): -3276806 or 16449485. OLE color: 16449485.

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

Color convert

RGB205255250-
CMYK0.2000.020
HSL174º100%90.2%-
HSV(B)174º19.61%100%-
XYZ78.1991.4103.96-
YUV239.48133.94103.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 28.87%
GREEN value IS 255 (100% from 255) = 35.92%
BLUE value IS 250 (98.05% from 255) = 35.21%
R=28.87%
G=35.92%
B=35.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052552500.2000.02017410090.2
HexCDFFFA14020ae645a
Octal31537737224020256144132
Binary1100110111111111111110101010001001010111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFFFA; }

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

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

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

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

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

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

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

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