Shades of Blue Romance #CBEECA
Tints of Blue Romance #CBEECA
RGB
CMYK
RGB Variations
Color information
#CBEECA (or 0xCBEECA) is known color: 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
RGB | 203 | 238 | 202 | - |
CMYK | 0.15 | 0 | 0.15 | 0.07 |
HSL | 118.33º | 0.51% | 0.86% | - |
HSV(B) | 118.33º | 0.15% | 0.93% | - |
XYZ | 65.86 | 78.11 | 67.48 | - |
YUV | 223.43 | 115.9 | 113.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 238 | 202 | 0.15 | 0 | 0.15 | 0.07 | 118.33 | 0.51 | 0.86 |
Hex | CB | EE | CA | F | 0 | F | 7 | 76 | 33 | 56 |
Octal | 313 | 356 | 312 | 17 | 0 | 17 | 7 | 166 | 63 | 126 |
Binary | 11001011 | 11101110 | 11001010 | 1111 | 0 | 1111 | 111 | 1110110 | 110011 | 1010110 |
Color Harmonies of #CBEECA
Complementary color
Monochromatic Colors of #CBEECA
Black with #CBEECA
Text Example
Text Example
White with #CBEECA
Text Example
Text Example
HTML Codes & Css Web 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>