Html Css Color HEX #DAFAFD Light Cyan

📋 copy color: '#DAFAFD'

red 218 ◦ green 250 ◦ blue 253

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

Shades of Light Cyan #DAFAFD

Tints of Light Cyan #DAFAFD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.67%

 BLUE value IS 253 (99.22% from 255) = 35.09%

R = 30.24%
G = 34.67%
B = 35.09%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAFAFD (or 0xDAFAFD) is known color: Light Cyan. HEX triplet: DA, FA and FD. RGB value is (218,250,253). Sum of RGB (Red+Green+Blue) = 218+250+253=721 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.24% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFAFD is #250502. Grayscale: #F0F0F0. Windows color (decimal): -2426115 or 16644826. OLE color: 16644826.

HSL color Cylindrical-coordinate representation of color #DAFAFD: hue angle of 185.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFAFD is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 250 253 -
CMYK 0.14 0.01 0 0.01
HSL 185.14º 0.9% 0.92% -
HSV(B) 185.14º 0.14% 0.99% -
XYZ 80.83 90.37 106.11 -
YUV 240.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 218 250 253 0.14 0.01 0 0.01 185.14 0.9 0.92
Hex DA FA FD E 1 0 1 B9 5A 5C
Octal 332 372 375 16 1 0 1 271 132 134
Binary 11011010 11111010 11111101 1110 1 0 1 10111001 1011010 1011100

Color Harmonies of #DAFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFAFD

Black with #DAFAFD

Text Example


Text Example

White with #DAFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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