Html Css Color HEX #DAFBF9 Light Cyan

📋 copy color: '#DAFBF9'

red 218 ◦ green 251 ◦ blue 249

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

Shades of Light Cyan #DAFBF9

Tints of Light Cyan #DAFBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 34.68%

R = 30.36%
G = 34.96%
B = 34.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#DAFBF9 (or 0xDAFBF9) is known color: Light Cyan. HEX triplet: DA, FB and F9. RGB value is (218,251,249). Sum of RGB (Red+Green+Blue) = 218+251+249=718 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.36% from 718); Green value is 251 (98.44% from 255 or 34.96% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBF9 is #250406. Grayscale: #F0F0F0. Windows color (decimal): -2425863 or 16382938. OLE color: 16382938.

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

Color convert

RGB 218 251 249 -
CMYK 0.13 0 0.01 0.02
HSL 176.36º 0.8% 0.92% -
HSV(B) 176.36º 0.13% 0.98% -
XYZ 80.51 90.74 102.89 -
YUV 240.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 218 251 249 0.13 0 0.01 0.02 176.36 0.8 0.92
Hex DA FB F9 D 0 1 2 B0 50 5C
Octal 332 373 371 15 0 1 2 260 120 134
Binary 11011010 11111011 11111001 1101 0 1 10 10110000 1010000 1011100

Color Harmonies of #DAFBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBF9

Black with #DAFBF9

Text Example


Text Example

White with #DAFBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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