#CBE9CA

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

Shades of Blue Romance #CBE9CA

Tints of Blue Romance #CBE9CA

Color information

#CBE9CA (or 0xCBE9CA) is unknown color: approx Blue Romance. HEX triplet: CB, E9 and CA. RGB value is (203,233,202). Sum of RGB (Red+Green+Blue) = 203+233+202=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9CA is #341635. Grayscale: #DCDCDC. Windows color (decimal): -3413558 or 13298123. OLE color: 13298123.

HSL color Cylindrical-coordinate representation of color #CBE9CA: hue angle of 118.06º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBE9CA is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB203233202-
CMYK0.1300.130.09
HSL118.06º41.33%85.29%-
HSV(B)118.06º13.3%91.37%-
XYZ64.4375.2467-
YUV220.5117.56115.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.82%
GREEN value IS 233 (91.41% from 255) = 36.52%
BLUE value IS 202 (79.30% from 255) = 31.66%
R=31.82%
G=36.52%
B=31.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032332020.1300.130.09118.0641.3385.29
HexCBE9CAD0D9762955
Octal313351312150151116651125
Binary110010111110100111001010110101101100111101101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE9CA; }

 p { color: rgb(203,233,202); }

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

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

 a { background-color: rgb(203,233,202); }

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

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

 span { border-color: rgb(203,233,202); }

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