#DFFBF6

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

Shades of Light Cyan #DFFBF6

Tints of Light Cyan #DFFBF6

Color information

#DFFBF6 (or 0xDFFBF6) is unknown color: approx Light Cyan. HEX triplet: DF, FB and F6. RGB value is (223,251,246). Sum of RGB (Red+Green+Blue) = 223+251+246=720 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.97% from 720); Green value is 251 (98.44% from 255 or 34.86% from 720); Blue value is 246 (96.48% from 255 or 34.17% from 720); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFBF6 is #200409. Grayscale: #F2F2F2. Windows color (decimal): -2098186 or 16186335. OLE color: 16186335.

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

Color convert

RGB223251246-
CMYK0.1100.020.02
HSL169.29º77.78%92.94%-
HSV(B)169.29º11.16%98.43%-
XYZ81.5691.34100.52-
YUV242.06130.22114.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.97%
GREEN value IS 251 (98.44% from 255) = 34.86%
BLUE value IS 246 (96.48% from 255) = 34.17%
R=30.97%
G=34.86%
B=34.17%

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
Decimal2232512460.1100.020.02169.2977.7892.94
HexDFFBF6B022a94e5d
Octal33737336613022251116135
Binary1101111111111011111101101011010101010100110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBF6; }

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

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

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

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

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

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

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

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