#CEFFFC

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

Shades of Light Cyan #CEFFFC

Tints of Light Cyan #CEFFFC

Color information

#CEFFFC (or 0xCEFFFC) is unknown color: approx Light Cyan. HEX triplet: CE, FF and FC. RGB value is (206,255,252). Sum of RGB (Red+Green+Blue) = 206+255+252=713 (94% of max value = 765). Red value is 206 (80.86% from 255 or 28.89% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFFFC is #310003. Grayscale: #EFEFEF. Windows color (decimal): -3211268 or 16580558. OLE color: 16580558.

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

Color convert

RGB206255252-
CMYK0.1900.010
HSL176.33º100%90.39%-
HSV(B)176.33º19.22%100%-
XYZ78.7891.67105.64-
YUV240.01134.77103.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 28.89%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 252 (98.83% from 255) = 35.34%
R=28.89%
G=35.76%
B=35.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062552520.1900.010176.3310090.39
HexCEFFFC13010b0645a
Octal31637737423010260144132
Binary110011101111111111111100100110101011000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFFC; }

 p { color: rgb(206,255,252); }

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

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

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

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

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

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

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