Shades of Light Cyan #DAF9FD
Tints of Light Cyan #DAF9FD
RGB
CMYK
RGB Variations
Color information
#DAF9FD (or 0xDAF9FD) is known color: Light Cyan. HEX triplet: DA, F9 and FD. RGB value is (218,249,253). Sum of RGB (Red+Green+Blue) = 218+249+253=720 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.28% from 720); Green value is 249 (97.66% from 255 or 34.58% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAF9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF9FD is #250602. Grayscale: #F0F0F0. Windows color (decimal): -2426371 or 16644570. OLE color: 16644570.
HSL color Cylindrical-coordinate representation of color #DAF9FD: hue angle of 186.86º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAF9FD is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 249 | 253 | - |
CMYK | 0.14 | 0.02 | 0 | 0.01 |
HSL | 186.86º | 0.9% | 0.92% | - |
HSV(B) | 186.86º | 0.14% | 0.99% | - |
XYZ | 80.52 | 89.75 | 106.01 | - |
YUV | 240.19 | 135.23 | 112.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 249 | 253 | 0.14 | 0.02 | 0 | 0.01 | 186.86 | 0.9 | 0.92 |
Hex | DA | F9 | FD | E | 2 | 0 | 1 | BB | 5A | 5C |
Octal | 332 | 371 | 375 | 16 | 2 | 0 | 1 | 273 | 132 | 134 |
Binary | 11011010 | 11111001 | 11111101 | 1110 | 10 | 0 | 1 | 10111011 | 1011010 | 1011100 |
Color Harmonies of #DAF9FD
Complementary color
Monochromatic Colors of #DAF9FD
Black with #DAF9FD
Text Example
Text Example
White with #DAF9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF9FD; }
p { color: rgb(218,249,253); }
H1.HeaderClassName
{
color: #DAF9FD;
}
.AnyTagClassName
{
color: #DAF9FD;
}
</style>
background-color css
<style>
a { background-color: #DAF9FD; }
a { background-color: rgb(218,249,253); }
div.DivClassName
{
background-color: #DAF9FD;
}
.BgClassName
{
background-color: #DAF9FD;
}
</style>
border-color css
<style>
span { border-color: #DAF9FD; }
span { border-color: rgb(218,249,253); }
td.TdClassName
{
border-color: #DAF9FD;
}
.TagClassName
{
border-color: #DAF9FD;
}
</style>