Shades of Light Cyan #DAF9FA
Tints of Light Cyan #DAF9FA
RGB
CMYK
RGB Variations
Color information
#DAF9FA (or 0xDAF9FA) is known color: Light Cyan. HEX triplet: DA, F9 and FA. RGB value is (218,249,250). Sum of RGB (Red+Green+Blue) = 218+249+250=717 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.40% from 717); Green value is 249 (97.66% from 255 or 34.73% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAF9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF9FA is #250605. Grayscale: #EFEFEF. Windows color (decimal): -2426374 or 16447962. OLE color: 16447962.
HSL color Cylindrical-coordinate representation of color #DAF9FA: hue angle of 181.88º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAF9FA is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 249 | 250 | - |
CMYK | 0.13 | 0.00 | 0 | 0.02 |
HSL | 181.88º | 0.76% | 0.92% | - |
HSV(B) | 181.88º | 0.13% | 0.98% | - |
XYZ | 80.04 | 89.56 | 103.51 | - |
YUV | 239.85 | 133.73 | 112.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 249 | 250 | 0.13 | 0.00 | 0 | 0.02 | 181.88 | 0.76 | 0.92 |
Hex | DA | F9 | FA | D | 0 | 0 | 2 | B6 | 4C | 5C |
Octal | 332 | 371 | 372 | 15 | 0 | 0 | 2 | 266 | 114 | 134 |
Binary | 11011010 | 11111001 | 11111010 | 1101 | 0 | 0 | 10 | 10110110 | 1001100 | 1011100 |
Color Harmonies of #DAF9FA
Complementary color
Monochromatic Colors of #DAF9FA
Black with #DAF9FA
Text Example
Text Example
White with #DAF9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF9FA; }
p { color: rgb(218,249,250); }
H1.HeaderClassName
{
color: #DAF9FA;
}
.AnyTagClassName
{
color: #DAF9FA;
}
</style>
background-color css
<style>
a { background-color: #DAF9FA; }
a { background-color: rgb(218,249,250); }
div.DivClassName
{
background-color: #DAF9FA;
}
.BgClassName
{
background-color: #DAF9FA;
}
</style>
border-color css
<style>
span { border-color: #DAF9FA; }
span { border-color: rgb(218,249,250); }
td.TdClassName
{
border-color: #DAF9FA;
}
.TagClassName
{
border-color: #DAF9FA;
}
</style>