#CDFFF6

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

Shades of Light Cyan #CDFFF6

Tints of Light Cyan #CDFFF6

Color information

#CDFFF6 (or 0xCDFFF6) is unknown color: approx Light Cyan. HEX triplet: CD, FF and F6. RGB value is (205,255,246). Sum of RGB (Red+Green+Blue) = 205+255+246=706 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.04% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFFF6 is #320009. Grayscale: #EFEFEF. Windows color (decimal): -3276810 or 16187341. OLE color: 16187341.

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

Color convert

RGB205255246-
CMYK0.2000.040
HSL169.2º100%90.2%-
HSV(B)169.2º19.61%100%-
XYZ77.5791.15100.69-
YUV239.02131.94103.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.04%
GREEN value IS 255 (100% from 255) = 36.12%
BLUE value IS 246 (96.48% from 255) = 34.84%
R=29.04%
G=36.12%
B=34.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052552460.2000.040169.210090.2
HexCDFFF614040a9645a
Octal31537736624040251144132
Binary11001101111111111111011010100010001010100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFFF6; }

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

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

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

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

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

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

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

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