Html Css Color HEX #DAFFFA Light Cyan

📋 copy color: '#DAFFFA'

red 218 ◦ green 255 ◦ blue 250

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

Shades of Light Cyan #DAFFFA

Tints of Light Cyan #DAFFFA

RGB

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

 GREEN value IS 255 (100% from 255) = 35.27%

 BLUE value IS 250 (98.05% from 255) = 34.58%

R = 30.15%
G = 35.27%
B = 34.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#DAFFFA (or 0xDAFFFA) is known color: Light Cyan. HEX triplet: DA, FF and FA. RGB value is (218,255,250). Sum of RGB (Red+Green+Blue) = 218+255+250=723 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.15% from 723); Green value is 255 (100% from 255 or 35.27% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFFA is #250005. Grayscale: #F3F3F3. Windows color (decimal): -2424838 or 16449498. OLE color: 16449498.

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

Color convert

RGB 218 255 250 -
CMYK 0.15 0 0.02 0
HSL 171.89º 1% 0.93% -
HSV(B) 171.89º 0.15% 1% -
XYZ 81.93 93.33 104.14 -
YUV 243.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 218 255 250 0.15 0 0.02 0 171.89 1 0.93
Hex DA FF FA F 0 2 0 AC 64 5D
Octal 332 377 372 17 0 2 0 254 144 135
Binary 11011010 11111111 11111010 1111 0 10 0 10101100 1100100 1011101

Color Harmonies of #DAFFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFFA

Black with #DAFFFA

Text Example


Text Example

White with #DAFFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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