Shades of Reef #CBFDA5
Tints of Reef #CBFDA5
RGB
CMYK
RGB Variations
Color information
#CBFDA5 (or 0xCBFDA5) is known color: Reef. HEX triplet: CB, FD and A5. RGB value is (203,253,165). Sum of RGB (Red+Green+Blue) = 203+253+165=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFDA5 is #34025A. Grayscale: #E4E4E4. Windows color (decimal): -3408475 or 10878411. OLE color: 10878411.
HSL color Cylindrical-coordinate representation of color #CBFDA5: hue angle of 94.09º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBFDA5 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 165 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.01 |
| HSL | 94.09º | 0.96% | 0.82% | - |
| HSV(B) | 94.09º | 0.35% | 0.99% | - |
| XYZ | 66.55 | 85.66 | 48.62 | - |
| YUV | 228.02 | 92.44 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 165 | 0.20 | 0 | 0.35 | 0.01 | 94.09 | 0.96 | 0.82 |
| Hex | CB | FD | A5 | 14 | 0 | 23 | 1 | 5E | 60 | 52 |
| Octal | 313 | 375 | 245 | 24 | 0 | 43 | 1 | 136 | 140 | 122 |
| Binary | 11001011 | 11111101 | 10100101 | 10100 | 0 | 100011 | 1 | 1011110 | 1100000 | 1010010 |
Color Harmonies of #CBFDA5
Complementary color
Monochromatic Colors of #CBFDA5
Black with #CBFDA5
Text Example
Text Example
White with #CBFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDA5; }
p { color: rgb(203,253,165); }
H1.HeaderClassName
{
color: #CBFDA5;
}
.AnyTagClassName
{
color: #CBFDA5;
}
</style>
background-color css
<style>
a { background-color: #CBFDA5; }
a { background-color: rgb(203,253,165); }
div.DivClassName
{
background-color: #CBFDA5;
}
.BgClassName
{
background-color: #CBFDA5;
}
</style>
border-color css
<style>
span { border-color: #CBFDA5; }
span { border-color: rgb(203,253,165); }
td.TdClassName
{
border-color: #CBFDA5;
}
.TagClassName
{
border-color: #CBFDA5;
}
</style>