#DCFBF8

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

Shades of Light Cyan #DCFBF8

Tints of Light Cyan #DCFBF8

Color information

#DCFBF8 (or 0xDCFBF8) is unknown color: approx Light Cyan. HEX triplet: DC, FB and F8. RGB value is (220,251,248). Sum of RGB (Red+Green+Blue) = 220+251+248=719 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.60% from 719); Green value is 251 (98.44% from 255 or 34.91% from 719); Blue value is 248 (97.27% from 255 or 34.49% from 719); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBF8 is #230407. Grayscale: #F1F1F1. Windows color (decimal): -2294792 or 16317404. OLE color: 16317404.

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

Color convert

RGB220251248-
CMYK0.1200.010.02
HSL174.19º79.49%92.35%-
HSV(B)174.19º12.35%98.43%-
XYZ80.9690.99102.1-
YUV241.39131.73112.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.60%
GREEN value IS 251 (98.44% from 255) = 34.91%
BLUE value IS 248 (97.27% from 255) = 34.49%
R=30.60%
G=34.91%
B=34.49%

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
Decimal2202512480.1200.010.02174.1979.4992.35
HexDCFBF8C012ae4f5c
Octal33437337014012256117134
Binary110111001111101111111000110001101010111010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBF8; }

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

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

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

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

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

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

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

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