#CEFFCB

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

Shades of Blue Romance #CEFFCB

Tints of Blue Romance #CEFFCB

Color information

#CEFFCB (or 0xCEFFCB) is unknown color: approx Blue Romance. HEX triplet: CE, FF and CB. RGB value is (206,255,203). Sum of RGB (Red+Green+Blue) = 206+255+203=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFCB is #310034. Grayscale: #EAEAEA. Windows color (decimal): -3211317 or 13369294. OLE color: 13369294.

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

Color convert

RGB206255203-
CMYK0.1900.200
HSL116.54º100%89.8%-
HSV(B)116.54º20.39%100%-
XYZ71.9988.9569.88-
YUV234.42110.27107.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.02%
GREEN value IS 255 (100% from 255) = 38.40%
BLUE value IS 203 (79.69% from 255) = 30.57%
R=31.02%
G=38.40%
B=30.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062552030.1900.200116.5410089.8
HexCEFFCB13014075645a
Octal316377313230240165144132
Binary110011101111111111001011100110101000111010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFCB; }

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

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

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

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

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

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

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

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