#DFFBFB

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

Shades of Light Cyan #DFFBFB

Tints of Light Cyan #DFFBFB

Color information

#DFFBFB (or 0xDFFBFB) is unknown color: approx Light Cyan. HEX triplet: DF, FB and FB. RGB value is (223,251,251). Sum of RGB (Red+Green+Blue) = 223+251+251=725 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.76% from 725); Green value is 251 (98.44% from 255 or 34.62% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #DFFBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFBFB is #200404. Grayscale: #F2F2F2. Windows color (decimal): -2098181 or 16514015. OLE color: 16514015.

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

Color convert

RGB223251251-
CMYK0.11000.02
HSL180º77.78%92.94%-
HSV(B)180º11.16%98.43%-
XYZ82.3491.65104.62-
YUV242.63132.72114-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.76%
GREEN value IS 251 (98.44% from 255) = 34.62%
BLUE value IS 251 (98.44% from 255) = 34.62%
R=30.76%
G=34.62%
B=34.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232512510.11000.0218077.7892.94
HexDFFBFBB002b44e5d
Octal33737337313002264116135
Binary110111111111101111111011101100101011010010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBFB; }

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

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

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

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

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

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

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

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