Html Css Color HEX #DAFBF7 Light Cyan

📋 copy color: '#DAFBF7'

red 218 ◦ green 251 ◦ blue 247

#DAFBF7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Cyan #DAFBF7

Tints of Light Cyan #DAFBF7

RGB

 RED value IS 218 (85.55% from 255) = 30.45%

 GREEN value IS 251 (98.44% from 255) = 35.06%

 BLUE value IS 247 (96.88% from 255) = 34.5%

R = 30.45%
G = 35.06%
B = 34.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#DAFBF7 (or 0xDAFBF7) is known color: Light Cyan. HEX triplet: DA, FB and F7. RGB value is (218,251,247). Sum of RGB (Red+Green+Blue) = 218+251+247=716 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.45% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 247 (96.88% from 255 or 34.50% from 716); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBF7 is #250408. Grayscale: #F0F0F0. Windows color (decimal): -2425865 or 16251866. OLE color: 16251866.

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

Color convert

RGB 218 251 247 -
CMYK 0.13 0 0.02 0.02
HSL 172.73º 0.8% 0.92% -
HSV(B) 172.73º 0.13% 0.98% -
XYZ 80.2 90.62 101.26 -
YUV 240.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 218 251 247 0.13 0 0.02 0.02 172.73 0.8 0.92
Hex DA FB F7 D 0 2 2 AD 50 5C
Octal 332 373 367 15 0 2 2 255 120 134
Binary 11011010 11111011 11110111 1101 0 10 10 10101101 1010000 1011100

Color Harmonies of #DAFBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBF7

Black with #DAFBF7

Text Example


Text Example

White with #DAFBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBF7; }

 p { color: rgb(218,251,247); }

 H1.HeaderClassName
 {
   color: #DAFBF7;
 }
 .AnyTagClassName
 {
   color: #DAFBF7;
 }
</style>

background-color css

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

 a { background-color: rgb(218,251,247); }

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

border-color css

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

 span { border-color: rgb(218,251,247); }

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