#DAF5F9

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

Shades of Light Cyan #DAF5F9

Tints of Light Cyan #DAF5F9

Color information

#DAF5F9 (or 0xDAF5F9) is unknown color: approx Light Cyan. HEX triplet: DA, F5 and F9. RGB value is (218,245,249). Sum of RGB (Red+Green+Blue) = 218+245+249=712 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.62% from 712); Green value is 245 (96.09% from 255 or 34.41% from 712); Blue value is 249 (97.66% from 255 or 34.97% from 712); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAF5F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF5F9 is #250A06. Grayscale: #EDEDED. Windows color (decimal): -2427399 or 16381402. OLE color: 16381402.

HSL color Cylindrical-coordinate representation of color #DAF5F9: hue angle of 187.74º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF5F9 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218245249-
CMYK0.120.0200.02
HSL187.74º72.09%91.57%-
HSV(B)187.74º12.45%97.65%-
XYZ78.6687.05102.28-
YUV237.38134.55114.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.62%
GREEN value IS 245 (96.09% from 255) = 34.41%
BLUE value IS 249 (97.66% from 255) = 34.97%
R=30.62%
G=34.41%
B=34.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182452490.120.0200.02187.7472.0991.57
HexDAF5F9C202bc485c
Octal33236537114202274110134
Binary1101101011110101111110011100100101011110010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF5F9; }

 p { color: rgb(218,245,249); }

 H1.HeaderClassName
 {
   color: #DAF5F9;
 }
 .AnyTagClassName
 {
   color: #DAF5F9;
 }
</style>
background-color css

<style>
 a { background-color: #DAF5F9; }

 a { background-color: rgb(218,245,249); }

 div.DivClassName
 {
   background-color: #DAF5F9;
 }
 .BgClassName
 {
   background-color: #DAF5F9;
 }
</style>
border-color css

<style>
 span { border-color: #DAF5F9; }

 span { border-color: rgb(218,245,249); }

 td.TdClassName
 {
   border-color: #DAF5F9;
 }
 .TagClassName
 {
   border-color: #DAF5F9;
 }
</style>