#CEFBFB

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

Shades of Light Cyan #CEFBFB

Tints of Light Cyan #CEFBFB

Color information

#CEFBFB (or 0xCEFBFB) is unknown color: approx Light Cyan. HEX triplet: CE, FB and FB. RGB value is (206,251,251). Sum of RGB (Red+Green+Blue) = 206+251+251=708 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.10% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #CEFBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFBFB is #310404. Grayscale: #EDEDED. Windows color (decimal): -3212293 or 16513998. OLE color: 16513998.

HSL color Cylindrical-coordinate representation of color #CEFBFB: hue angle of 180º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFBFB is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206251251-
CMYK0.18000.02
HSL180º84.91%89.61%-
HSV(B)180º17.93%98.43%-
XYZ77.3689.08104.38-
YUV237.54135.59105.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.10%
GREEN value IS 251 (98.44% from 255) = 35.45%
BLUE value IS 251 (98.44% from 255) = 35.45%
R=29.10%
G=35.45%
B=35.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062512510.18000.0218084.9189.61
HexCEFBFB12002b4555a
Octal31637337322002264125132
Binary1100111011111011111110111001000101011010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBFB; }

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

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

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

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

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

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

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

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