#DAF9FA

Color #DAF9FA Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DAF9FA

Tints of Light Cyan #DAF9FA

Color information

#DAF9FA (or 0xDAF9FA) is unknown color: approx 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

RGB218249250-
CMYK0.130.0000.02
HSL181.88º76.19%91.76%-
HSV(B)181.88º12.8%98.04%-
XYZ80.0489.56103.51-
YUV239.84133.73112.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 30.40%
GREEN value IS 249 (97.66% from 255) = 34.73%
BLUE value IS 250 (98.05% from 255) = 34.87%
R=30.40%
G=34.73%
B=34.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182492500.130.0000.02181.8876.1991.76
HexDAF9FAD002b64c5c
Octal33237137215002266114134
Binary110110101111100111111010110100101011011010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>