Html Css Color HEX #DCFFF9 Light Cyan

📋 copy color: '#DCFFF9'

red 220 ◦ green 255 ◦ blue 249

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

Shades of Light Cyan #DCFFF9

Tints of Light Cyan #DCFFF9

RGB

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

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

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

R = 30.39%
G = 35.22%
B = 34.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#DCFFF9 (or 0xDCFFF9) is known color: Light Cyan. HEX triplet: DC, FF and F9. RGB value is (220,255,249). Sum of RGB (Red+Green+Blue) = 220+255+249=724 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.39% from 724); Green value is 255 (100% from 255 or 35.22% from 724); Blue value is 249 (97.66% from 255 or 34.39% from 724); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFF9 is #230006. Grayscale: #F3F3F3. Windows color (decimal): -2293767 or 16383964. OLE color: 16383964.

HSL color Cylindrical-coordinate representation of color #DCFFF9: hue angle of 169.71º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFF9 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 220 255 249 -
CMYK 0.14 0 0.02 0
HSL 169.71º 1% 0.93% -
HSV(B) 169.71º 0.14% 1% -
XYZ 82.37 93.58 103.34 -
YUV 243.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 220 255 249 0.14 0 0.02 0 169.71 1 0.93
Hex DC FF F9 E 0 2 0 AA 64 5D
Octal 334 377 371 16 0 2 0 252 144 135
Binary 11011100 11111111 11111001 1110 0 10 0 10101010 1100100 1011101

Color Harmonies of #DCFFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFFF9

Black with #DCFFF9

Text Example


Text Example

White with #DCFFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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