#DFFEFB

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

Shades of Light Cyan #DFFEFB

Tints of Light Cyan #DFFEFB

Color information

#DFFEFB (or 0xDFFEFB) is unknown color: approx Light Cyan. HEX triplet: DF, FE and FB. RGB value is (223,254,251). Sum of RGB (Red+Green+Blue) = 223+254+251=728 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.63% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 251 (98.44% from 255 or 34.48% from 728); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFEFB is #200104. Grayscale: #F4F4F4. Windows color (decimal): -2097413 or 16514783. OLE color: 16514783.

HSL color Cylindrical-coordinate representation of color #DFFEFB: hue angle of 174.19º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFEFB is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB223254251-
CMYK0.1200.010.00
HSL174.19º93.94%93.53%-
HSV(B)174.19º12.2%99.61%-
XYZ83.2993.54104.93-
YUV244.39131.73112.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.63%
GREEN value IS 254 (99.61% from 255) = 34.89%
BLUE value IS 251 (98.44% from 255) = 34.48%
R=30.63%
G=34.89%
B=34.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232542510.1200.010.00174.1993.9493.53
HexDFFEFBC010ae5e5e
Octal33737637314010256136136
Binary11011111111111101111101111000101010111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFEFB; }

 p { color: rgb(223,254,251); }

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

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

 a { background-color: rgb(223,254,251); }

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

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

 span { border-color: rgb(223,254,251); }

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