#DCFBF9

Color #DCFBF9 Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DCFBF9

Tints of Light Cyan #DCFBF9

Color information

#DCFBF9 (or 0xDCFBF9) is unknown color: approx 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

RGB220251249-
CMYK0.1200.010.02
HSL176.13º79.49%92.35%-
HSV(B)176.13º12.35%98.43%-
XYZ81.1191.05102.92-
YUV241.5132.23112.66-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202512490.1200.010.02176.1379.4992.35
HexDCFBF9C012b04f5c
Octal33437337114012260117134
Binary110111001111101111111001110001101011000010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>