#CBEECA

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

Shades of Blue Romance #CBEECA

Tints of Blue Romance #CBEECA

Color information

#CBEECA (or 0xCBEECA) is unknown color: approx Blue Romance. HEX triplet: CB, EE and CA. RGB value is (203,238,202). Sum of RGB (Red+Green+Blue) = 203+238+202=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEECA is #341135. Grayscale: #DFDFDF. Windows color (decimal): -3412278 or 13299403. OLE color: 13299403.

HSL color Cylindrical-coordinate representation of color #CBEECA: hue angle of 118.33º degrees, saturation: 0.51, 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 #CBEECA is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB203238202-
CMYK0.1500.150.07
HSL118.33º51.43%86.27%-
HSV(B)118.33º15.13%93.33%-
XYZ65.8678.1167.48-
YUV223.43115.9113.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.57%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=31.57%
G=37.01%
B=31.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032382020.1500.150.07118.3351.4386.27
HexCBEECAF0F7763356
Octal31335631217017716663126
Binary11001011111011101100101011110111111111101101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEECA; }

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

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

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

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

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

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

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

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