#CEFDFD

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

Shades of Light Cyan #CEFDFD

Tints of Light Cyan #CEFDFD

Color information

#CEFDFD (or 0xCEFDFD) is unknown color: approx Light Cyan. HEX triplet: CE, FD and FD. RGB value is (206,253,253). Sum of RGB (Red+Green+Blue) = 206+253+253=712 (94% of max value = 765). Red value is 206 (80.86% from 255 or 28.93% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #CEFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFDFD is #310202. Grayscale: #EEEEEE. Windows color (decimal): -3211779 or 16645582. OLE color: 16645582.

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

Color convert

RGB206253253-
CMYK0.19000.01
HSL180º92.16%90%-
HSV(B)180º18.58%99.22%-
XYZ78.3190.46106.26-
YUV238.95135.93104.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 28.93%
GREEN value IS 253 (99.22% from 255) = 35.53%
BLUE value IS 253 (99.22% from 255) = 35.53%
R=28.93%
G=35.53%
B=35.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062532530.19000.0118092.1690
HexCEFDFD13001b45c5a
Octal31637537523001264134132
Binary110011101111110111111101100110011011010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFDFD; }

 p { color: rgb(206,253,253); }

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

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

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

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

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

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

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