#DFFBF7

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

Shades of Light Cyan #DFFBF7

Tints of Light Cyan #DFFBF7

Color information

#DFFBF7 (or 0xDFFBF7) is unknown color: approx Light Cyan. HEX triplet: DF, FB and F7. RGB value is (223,251,247). Sum of RGB (Red+Green+Blue) = 223+251+247=721 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.93% from 721); Green value is 251 (98.44% from 255 or 34.81% from 721); Blue value is 247 (96.88% from 255 or 34.26% from 721); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFBF7 is #200408. Grayscale: #F2F2F2. Windows color (decimal): -2098185 or 16251871. OLE color: 16251871.

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

Color convert

RGB223251247-
CMYK0.1100.020.02
HSL171.43º77.78%92.94%-
HSV(B)171.43º11.16%98.43%-
XYZ81.7291.4101.33-
YUV242.17130.72114.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.93%
GREEN value IS 251 (98.44% from 255) = 34.81%
BLUE value IS 247 (96.88% from 255) = 34.26%
R=30.93%
G=34.81%
B=34.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232512470.1100.020.02171.4377.7892.94
HexDFFBF7B022ab4e5d
Octal33737336713022253116135
Binary1101111111111011111101111011010101010101110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBF7; }

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

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

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

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

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

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

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

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