#DAF9FF

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

Shades of Light Cyan #DAF9FF

Tints of Light Cyan #DAF9FF

Color information

#DAF9FF (or 0xDAF9FF) is unknown color: approx Light Cyan. HEX triplet: DA, F9 and FF. RGB value is (218,249,255). Sum of RGB (Red+Green+Blue) = 218+249+255=722 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.19% from 722); Green value is 249 (97.66% from 255 or 34.49% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAF9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF9FF is #250600. Grayscale: #F0F0F0. Windows color (decimal): -2426369 or 16775642. OLE color: 16775642.

HSL color Cylindrical-coordinate representation of color #DAF9FF: hue angle of 189.73º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAF9FF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218249255-
CMYK0.150.0200
HSL189.73º100%92.75%-
HSV(B)189.73º14.51%100%-
XYZ80.8489.88107.7-
YUV240.41136.23112.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.19%
GREEN value IS 249 (97.66% from 255) = 34.49%
BLUE value IS 255 (100% from 255) = 35.32%
R=30.19%
G=34.49%
B=35.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182492550.150.0200189.7310092.75
HexDAF9FFF200be645d
Octal33237137717200276144135
Binary110110101111100111111111111110001011111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9FF; }

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

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

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

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

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

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

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

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