#DFFBF8

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

Shades of Light Cyan #DFFBF8

Tints of Light Cyan #DFFBF8

Color information

#DFFBF8 (or 0xDFFBF8) is unknown color: approx Light Cyan. HEX triplet: DF, FB and F8. RGB value is (223,251,248). Sum of RGB (Red+Green+Blue) = 223+251+248=722 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.89% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 248 (97.27% from 255 or 34.35% from 722); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFBF8 is #200407. Grayscale: #F2F2F2. Windows color (decimal): -2098184 or 16317407. OLE color: 16317407.

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

Color convert

RGB223251248-
CMYK0.1100.010.02
HSL173.57º77.78%92.94%-
HSV(B)173.57º11.16%98.43%-
XYZ81.8791.46102.15-
YUV242.29131.22114.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.89%
GREEN value IS 251 (98.44% from 255) = 34.76%
BLUE value IS 248 (97.27% from 255) = 34.35%
R=30.89%
G=34.76%
B=34.35%

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
Decimal2232512480.1100.010.02173.5777.7892.94
HexDFFBF8B012ae4e5d
Octal33737337013012256116135
Binary110111111111101111111000101101101010111010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBF8; }

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

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

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

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

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

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

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

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