Html Css Color HEX #DAFCFA Light Cyan

📋 copy color: '#DAFCFA'

red 218 ◦ green 252 ◦ blue 250

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

Shades of Light Cyan #DAFCFA

Tints of Light Cyan #DAFCFA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35%

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

R = 30.28%
G = 35%
B = 34.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#DAFCFA (or 0xDAFCFA) is known color: Light Cyan. HEX triplet: DA, FC and FA. RGB value is (218,252,250). Sum of RGB (Red+Green+Blue) = 218+252+250=720 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.28% from 720); Green value is 252 (98.83% from 255 or 35% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCFA is #250305. Grayscale: #F1F1F1. Windows color (decimal): -2425606 or 16448730. OLE color: 16448730.

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

Color convert

RGB 218 252 250 -
CMYK 0.13 0 0.01 0.01
HSL 176.47º 0.85% 0.92% -
HSV(B) 176.47º 0.13% 0.99% -
XYZ 80.98 91.43 103.82 -
YUV 241.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 218 252 250 0.13 0 0.01 0.01 176.47 0.85 0.92
Hex DA FC FA D 0 1 1 B0 55 5C
Octal 332 374 372 15 0 1 1 260 125 134
Binary 11011010 11111100 11111010 1101 0 1 1 10110000 1010101 1011100

Color Harmonies of #DAFCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFCFA

Black with #DAFCFA

Text Example


Text Example

White with #DAFCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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