#CEFBCE

Color #CEFBCE Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #CEFBCE

Tints of Blue Romance #CEFBCE

Color information

#CEFBCE (or 0xCEFBCE) is unknown color: approx Blue Romance. HEX triplet: CE, FB and CE. RGB value is (206,251,206). Sum of RGB (Red+Green+Blue) = 206+251+206=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFBCE is #310431. Grayscale: #E8E8E8. Windows color (decimal): -3212338 or 13564878. OLE color: 13564878.

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

Color convert

RGB206251206-
CMYK0.1800.180.02
HSL120º84.91%89.61%-
HSV(B)120º17.93%98.43%-
XYZ71.0986.5771.36-
YUV232.42113.09109.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062512060.1800.180.0212084.9189.61
HexCEFBCE12012278555a
Octal316373316220222170125132
Binary1100111011111011110011101001001001010111100010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBCE; }

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

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

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

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

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

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

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

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