#DFFBF9

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

Shades of Light Cyan #DFFBF9

Tints of Light Cyan #DFFBF9

Color information

#DFFBF9 (or 0xDFFBF9) is unknown color: approx Light Cyan. HEX triplet: DF, FB and F9. RGB value is (223,251,249). Sum of RGB (Red+Green+Blue) = 223+251+249=723 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.84% from 723); Green value is 251 (98.44% from 255 or 34.72% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFBF9 is #200406. Grayscale: #F2F2F2. Windows color (decimal): -2098183 or 16382943. OLE color: 16382943.

HSL color Cylindrical-coordinate representation of color #DFFBF9: hue angle of 175.71º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFFBF9 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB223251249-
CMYK0.1100.010.02
HSL175.71º77.78%92.94%-
HSV(B)175.71º11.16%98.43%-
XYZ82.0391.52102.96-
YUV242.4131.72114.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.84%
GREEN value IS 251 (98.44% from 255) = 34.72%
BLUE value IS 249 (97.66% from 255) = 34.44%
R=30.84%
G=34.72%
B=34.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232512490.1100.010.02175.7177.7892.94
HexDFFBF9B012b04e5d
Octal33737337113012260116135
Binary110111111111101111111001101101101011000010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBF9; }

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

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

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

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

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

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

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

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