Shades of Blue Romance #CBFFCB
Tints of Blue Romance #CBFFCB
RGB
CMYK
RGB Variations
Color information
#CBFFCB (or 0xCBFFCB) is known color: Blue Romance. HEX triplet: CB, FF and CB. RGB value is (203,255,203). Sum of RGB (Red+Green+Blue) = 203+255+203=661 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.71% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFCB is #340034. Grayscale: #E9E9E9. Windows color (decimal): -3407925 or 13369291. OLE color: 13369291.
HSL color Cylindrical-coordinate representation of color #CBFFCB: hue angle of 120º 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 #CBFFCB is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 203 | 255 | 203 | - |
CMYK | 0.20 | 0 | 0.20 | 0 |
HSL | 120º | 1% | 0.9% | - |
HSV(B) | 120º | 0.2% | 1% | - |
XYZ | 71.17 | 88.53 | 69.84 | - |
YUV | 233.52 | 110.77 | 106.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 255 | 203 | 0.20 | 0 | 0.20 | 0 | 120 | 1 | 0.9 |
Hex | CB | FF | CB | 14 | 0 | 14 | 0 | 78 | 64 | 5A |
Octal | 313 | 377 | 313 | 24 | 0 | 24 | 0 | 170 | 144 | 132 |
Binary | 11001011 | 11111111 | 11001011 | 10100 | 0 | 10100 | 0 | 1111000 | 1100100 | 1011010 |
Color Harmonies of #CBFFCB
Complementary color
Monochromatic Colors of #CBFFCB
Black with #CBFFCB
Text Example
Text Example
White with #CBFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFFCB; }
p { color: rgb(203,255,203); }
H1.HeaderClassName
{
color: #CBFFCB;
}
.AnyTagClassName
{
color: #CBFFCB;
}
</style>
background-color css
<style>
a { background-color: #CBFFCB; }
a { background-color: rgb(203,255,203); }
div.DivClassName
{
background-color: #CBFFCB;
}
.BgClassName
{
background-color: #CBFFCB;
}
</style>
border-color css
<style>
span { border-color: #CBFFCB; }
span { border-color: rgb(203,255,203); }
td.TdClassName
{
border-color: #CBFFCB;
}
.TagClassName
{
border-color: #CBFFCB;
}
</style>