Html Css Color HEX #DCFBF9 Light Cyan

📋 copy color: '#DCFBF9'

red 220 ◦ green 251 ◦ blue 249

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

Shades of Light Cyan #DCFBF9

Tints of Light Cyan #DCFBF9

RGB

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

 GREEN value IS 251 (98.44% from 255) = 34.86%

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

R = 30.56%
G = 34.86%
B = 34.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#DCFBF9 (or 0xDCFBF9) is known color: Light Cyan. HEX triplet: DC, FB and F9. RGB value is (220,251,249). Sum of RGB (Red+Green+Blue) = 220+251+249=720 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.56% from 720); Green value is 251 (98.44% from 255 or 34.86% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBF9 is #230406. Grayscale: #F1F1F1. Windows color (decimal): -2294791 or 16382940. OLE color: 16382940.

HSL color Cylindrical-coordinate representation of color #DCFBF9: hue angle of 176.13º degrees, saturation: 0.79, 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 #DCFBF9 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 249 -
CMYK 0.12 0 0.01 0.02
HSL 176.13º 0.79% 0.92% -
HSV(B) 176.13º 0.12% 0.98% -
XYZ 81.11 91.05 102.92 -
YUV 241.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 220 251 249 0.12 0 0.01 0.02 176.13 0.79 0.92
Hex DC FB F9 C 0 1 2 B0 4F 5C
Octal 334 373 371 14 0 1 2 260 117 134
Binary 11011100 11111011 11111001 1100 0 1 10 10110000 1001111 1011100

Color Harmonies of #DCFBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBF9

Black with #DCFBF9

Text Example


Text Example

White with #DCFBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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