Html Css Color HEX #DCFAF9 Light Cyan

📋 copy color: '#DCFAF9'

red 220 ◦ green 250 ◦ blue 249

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

Shades of Light Cyan #DCFAF9

Tints of Light Cyan #DCFAF9

RGB

 RED value IS 220 (86.33% from 255) = 30.6%

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

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

R = 30.6%
G = 34.77%
B = 34.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#DCFAF9 (or 0xDCFAF9) is known color: Light Cyan. HEX triplet: DC, FA and F9. RGB value is (220,250,249). Sum of RGB (Red+Green+Blue) = 220+250+249=719 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.60% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAF9 is #230506. Grayscale: #F0F0F0. Windows color (decimal): -2295047 or 16382684. OLE color: 16382684.

HSL color Cylindrical-coordinate representation of color #DCFAF9: hue angle of 178º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFAF9 is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 249 -
CMYK 0.12 0 0.00 0.02
HSL 178º 0.75% 0.92% -
HSV(B) 178º 0.12% 0.98% -
XYZ 80.8 90.43 102.82 -
YUV 240.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 220 250 249 0.12 0 0.00 0.02 178 0.75 0.92
Hex DC FA F9 C 0 0 2 B2 4B 5C
Octal 334 372 371 14 0 0 2 262 113 134
Binary 11011100 11111010 11111001 1100 0 0 10 10110010 1001011 1011100

Color Harmonies of #DCFAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAF9

Black with #DCFAF9

Text Example


Text Example

White with #DCFAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAF9; }

 p { color: rgb(220,250,249); }

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

background-color css

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

 a { background-color: rgb(220,250,249); }

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

border-color css

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

 span { border-color: rgb(220,250,249); }

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