#CBECC9

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

Shades of Blue Romance #CBECC9

Tints of Blue Romance #CBECC9

Color information

#CBECC9 (or 0xCBECC9) is unknown color: approx Blue Romance. HEX triplet: CB, EC and C9. RGB value is (203,236,201). Sum of RGB (Red+Green+Blue) = 203+236+201=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECC9 is #341336. Grayscale: #DEDEDE. Windows color (decimal): -3412791 or 13233355. OLE color: 13233355.

HSL color Cylindrical-coordinate representation of color #CBECC9: hue angle of 116.57º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBECC9 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB203236201-
CMYK0.1400.150.07
HSL116.57º47.95%85.69%-
HSV(B)116.57º14.83%92.55%-
XYZ65.1776.966.67-
YUV222.14116.07114.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.72%
GREEN value IS 236 (92.58% from 255) = 36.88%
BLUE value IS 201 (78.91% from 255) = 31.41%
R=31.72%
G=36.88%
B=31.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362010.1400.150.07116.5747.9585.69
HexCBECC9E0F7753056
Octal31335431116017716560126
Binary11001011111011001100100111100111111111101011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECC9; }

 p { color: rgb(203,236,201); }

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

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

 a { background-color: rgb(203,236,201); }

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

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

 span { border-color: rgb(203,236,201); }

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