#CEFEFF

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

Shades of Light Cyan #CEFEFF

Tints of Light Cyan #CEFEFF

Color information

#CEFEFF (or 0xCEFEFF) is unknown color: approx Light Cyan. HEX triplet: CE, FE and FF. RGB value is (206,254,255). Sum of RGB (Red+Green+Blue) = 206+254+255=715 (94% of max value = 765). Red value is 206 (80.86% from 255 or 28.81% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFEFF is #310100. Grayscale: #EFEFEF. Windows color (decimal): -3211521 or 16776910. OLE color: 16776910.

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

Color convert

RGB206254255-
CMYK0.190.0000
HSL181.22º100%90.39%-
HSV(B)181.22º19.22%100%-
XYZ78.9591.23108.06-
YUV239.76136.6103.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 28.81%
GREEN value IS 254 (99.61% from 255) = 35.52%
BLUE value IS 255 (100% from 255) = 35.66%
R=28.81%
G=35.52%
B=35.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062542550.190.0000181.2210090.39
HexCEFEFF13000b5645a
Octal31637637723000265144132
Binary110011101111111011111111100110001011010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFEFF; }

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

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

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

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

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

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

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

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