#DCF9FB

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

Shades of Light Cyan #DCF9FB

Tints of Light Cyan #DCF9FB

Color information

#DCF9FB (or 0xDCF9FB) is unknown color: approx Light Cyan. HEX triplet: DC, F9 and FB. RGB value is (220,249,251). Sum of RGB (Red+Green+Blue) = 220+249+251=720 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.56% from 720); Green value is 249 (97.66% from 255 or 34.58% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCF9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF9FB is #230604. Grayscale: #F0F0F0. Windows color (decimal): -2295301 or 16513500. OLE color: 16513500.

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

Color convert

RGB220249251-
CMYK0.120.0100.02
HSL183.87º79.49%92.35%-
HSV(B)183.87º12.35%98.43%-
XYZ80.889.93104.37-
YUV240.56133.89113.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.56%
GREEN value IS 249 (97.66% from 255) = 34.58%
BLUE value IS 251 (98.44% from 255) = 34.86%
R=30.56%
G=34.58%
B=34.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202492510.120.0100.02183.8779.4992.35
HexDCF9FBC102b84f5c
Octal33437137314102270117134
Binary110111001111100111111011110010101011100010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9FB; }

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

 H1.HeaderClassName
 {
   color: #DCF9FB;
 }
 .AnyTagClassName
 {
   color: #DCF9FB;
 }
</style>
background-color css

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

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

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

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

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

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