Shades of Light Cyan #DDF5FB
Tints of Light Cyan #DDF5FB
RGB
CMYK
RGB Variations
Color information
#DDF5FB (or 0xDDF5FB) is known color: Light Cyan. HEX triplet: DD, F5 and FB. RGB value is (221,245,251). Sum of RGB (Red+Green+Blue) = 221+245+251=717 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.82% from 717); Green value is 245 (96.09% from 255 or 34.17% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDF5FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF5FB is #220A04. Grayscale: #EEEEEE. Windows color (decimal): -2230789 or 16512477. OLE color: 16512477.
HSL color Cylindrical-coordinate representation of color #DDF5FB: hue angle of 192º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF5FB is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 245 | 251 | - |
CMYK | 0.12 | 0.02 | 0 | 0.02 |
HSL | 192º | 0.79% | 0.93% | - |
HSV(B) | 192º | 0.12% | 0.98% | - |
XYZ | 79.88 | 87.64 | 103.97 | - |
YUV | 238.51 | 135.05 | 115.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 251 | 0.12 | 0.02 | 0 | 0.02 | 192 | 0.79 | 0.93 |
Hex | DD | F5 | FB | C | 2 | 0 | 2 | C0 | 4F | 5D |
Octal | 335 | 365 | 373 | 14 | 2 | 0 | 2 | 300 | 117 | 135 |
Binary | 11011101 | 11110101 | 11111011 | 1100 | 10 | 0 | 10 | 11000000 | 1001111 | 1011101 |
Color Harmonies of #DDF5FB
Complementary color
Monochromatic Colors of #DDF5FB
Black with #DDF5FB
Text Example
Text Example
White with #DDF5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5FB; }
p { color: rgb(221,245,251); }
H1.HeaderClassName
{
color: #DDF5FB;
}
.AnyTagClassName
{
color: #DDF5FB;
}
</style>
background-color css
<style>
a { background-color: #DDF5FB; }
a { background-color: rgb(221,245,251); }
div.DivClassName
{
background-color: #DDF5FB;
}
.BgClassName
{
background-color: #DDF5FB;
}
</style>
border-color css
<style>
span { border-color: #DDF5FB; }
span { border-color: rgb(221,245,251); }
td.TdClassName
{
border-color: #DDF5FB;
}
.TagClassName
{
border-color: #DDF5FB;
}
</style>