Shades of Blue Romance #CAFFCB
Tints of Blue Romance #CAFFCB
RGB
CMYK
RGB Variations
Color information
#CAFFCB (or 0xCAFFCB) is known color: Blue Romance. HEX triplet: CA, FF and CB. RGB value is (202,255,203). Sum of RGB (Red+Green+Blue) = 202+255+203=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFCB is #350034. Grayscale: #E9E9E9. Windows color (decimal): -3473461 or 13369290. OLE color: 13369290.
HSL color Cylindrical-coordinate representation of color #CAFFCB: hue angle of 121.13º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFCB is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 202 | 255 | 203 | - |
CMYK | 0.21 | 0 | 0.20 | 0 |
HSL | 121.13º | 1% | 0.9% | - |
HSV(B) | 121.13º | 0.21% | 1% | - |
XYZ | 70.9 | 88.39 | 69.82 | - |
YUV | 233.23 | 110.94 | 105.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 255 | 203 | 0.21 | 0 | 0.20 | 0 | 121.13 | 1 | 0.9 |
Hex | CA | FF | CB | 15 | 0 | 14 | 0 | 79 | 64 | 5A |
Octal | 312 | 377 | 313 | 25 | 0 | 24 | 0 | 171 | 144 | 132 |
Binary | 11001010 | 11111111 | 11001011 | 10101 | 0 | 10100 | 0 | 1111001 | 1100100 | 1011010 |
Color Harmonies of #CAFFCB
Complementary color
Monochromatic Colors of #CAFFCB
Black with #CAFFCB
Text Example
Text Example
White with #CAFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFCB; }
p { color: rgb(202,255,203); }
H1.HeaderClassName
{
color: #CAFFCB;
}
.AnyTagClassName
{
color: #CAFFCB;
}
</style>
background-color css
<style>
a { background-color: #CAFFCB; }
a { background-color: rgb(202,255,203); }
div.DivClassName
{
background-color: #CAFFCB;
}
.BgClassName
{
background-color: #CAFFCB;
}
</style>
border-color css
<style>
span { border-color: #CAFFCB; }
span { border-color: rgb(202,255,203); }
td.TdClassName
{
border-color: #CAFFCB;
}
.TagClassName
{
border-color: #CAFFCB;
}
</style>