Shades of Light Cyan #DBF5F3
Tints of Light Cyan #DBF5F3
RGB
CMYK
RGB Variations
Color information
#DBF5F3 (or 0xDBF5F3) is known color: Light Cyan. HEX triplet: DB, F5 and F3. RGB value is (219,245,243). Sum of RGB (Red+Green+Blue) = 219+245+243=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 245 (96.09% from 255 or 34.65% from 707); Blue value is 243 (95.31% from 255 or 34.37% from 707); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF5F3 is #240A0C. Grayscale: #ECECEC. Windows color (decimal): -2361869 or 15988187. OLE color: 15988187.
HSL color Cylindrical-coordinate representation of color #DBF5F3: hue angle of 175.38º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF5F3 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 245 | 243 | - |
CMYK | 0.11 | 0 | 0.01 | 0.04 |
HSL | 175.38º | 0.57% | 0.91% | - |
HSV(B) | 175.38º | 0.11% | 0.96% | - |
XYZ | 78.04 | 86.84 | 97.44 | - |
YUV | 237 | 131.39 | 115.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 245 | 243 | 0.11 | 0 | 0.01 | 0.04 | 175.38 | 0.57 | 0.91 |
Hex | DB | F5 | F3 | B | 0 | 1 | 4 | AF | 39 | 5B |
Octal | 333 | 365 | 363 | 13 | 0 | 1 | 4 | 257 | 71 | 133 |
Binary | 11011011 | 11110101 | 11110011 | 1011 | 0 | 1 | 100 | 10101111 | 111001 | 1011011 |
Color Harmonies of #DBF5F3
Complementary color
Monochromatic Colors of #DBF5F3
Black with #DBF5F3
Text Example
Text Example
White with #DBF5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5F3; }
p { color: rgb(219,245,243); }
H1.HeaderClassName
{
color: #DBF5F3;
}
.AnyTagClassName
{
color: #DBF5F3;
}
</style>
background-color css
<style>
a { background-color: #DBF5F3; }
a { background-color: rgb(219,245,243); }
div.DivClassName
{
background-color: #DBF5F3;
}
.BgClassName
{
background-color: #DBF5F3;
}
</style>
border-color css
<style>
span { border-color: #DBF5F3; }
span { border-color: rgb(219,245,243); }
td.TdClassName
{
border-color: #DBF5F3;
}
.TagClassName
{
border-color: #DBF5F3;
}
</style>