#DAFAF5

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

Shades of Light Cyan #DAFAF5

Tints of Light Cyan #DAFAF5

Color information

#DAFAF5 (or 0xDAFAF5) is unknown color: approx Light Cyan. HEX triplet: DA, FA and F5. RGB value is (218,250,245). Sum of RGB (Red+Green+Blue) = 218+250+245=713 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.58% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 245 (96.09% from 255 or 34.36% from 713); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFAF5 is #25050A. Grayscale: #EFEFEF. Windows color (decimal): -2426123 or 16120538. OLE color: 16120538.

HSL color Cylindrical-coordinate representation of color #DAFAF5: hue angle of 170.62º 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 #DAFAF5 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB218250245-
CMYK0.1300.020.02
HSL170.62º76.19%91.76%-
HSV(B)170.62º12.8%98.04%-
XYZ79.5889.8799.54-
YUV239.86130.9112.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.58%
GREEN value IS 250 (98.05% from 255) = 35.06%
BLUE value IS 245 (96.09% from 255) = 34.36%
R=30.58%
G=35.06%
B=34.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182502450.1300.020.02170.6276.1991.76
HexDAFAF5D022ab4c5c
Octal33237236515022253114134
Binary1101101011111010111101011101010101010101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAF5; }

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

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

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

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

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

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

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

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