#CEFEFD

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

Shades of Light Cyan #CEFEFD

Tints of Light Cyan #CEFEFD

Color information

#CEFEFD (or 0xCEFEFD) is unknown color: approx Light Cyan. HEX triplet: CE, FE and FD. RGB value is (206,254,253). Sum of RGB (Red+Green+Blue) = 206+254+253=713 (94% of max value = 765). Red value is 206 (80.86% from 255 or 28.89% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFEFD is #310102. Grayscale: #EFEFEF. Windows color (decimal): -3211523 or 16645838. OLE color: 16645838.

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

Color convert

RGB206254253-
CMYK0.1900.000.00
HSL178.75º96%90.2%-
HSV(B)178.75º18.9%99.61%-
XYZ78.6391.1106.37-
YUV239.53135.6104.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 28.89%
GREEN value IS 254 (99.61% from 255) = 35.62%
BLUE value IS 253 (99.22% from 255) = 35.48%
R=28.89%
G=35.62%
B=35.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062542530.1900.000.00178.759690.2
HexCEFEFD13000b3605a
Octal31637637523000263140132
Binary110011101111111011111101100110001011001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFEFD; }

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

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

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

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

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

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

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

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