#DFFBFA

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

Shades of Light Cyan #DFFBFA

Tints of Light Cyan #DFFBFA

Color information

#DFFBFA (or 0xDFFBFA) is unknown color: approx Light Cyan. HEX triplet: DF, FB and FA. RGB value is (223,251,250). Sum of RGB (Red+Green+Blue) = 223+251+250=724 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.80% from 724); Green value is 251 (98.44% from 255 or 34.67% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFBFA is #200405. Grayscale: #F2F2F2. Windows color (decimal): -2098182 or 16448479. OLE color: 16448479.

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

Color convert

RGB223251250-
CMYK0.1100.000.02
HSL177.86º77.78%92.94%-
HSV(B)177.86º11.16%98.43%-
XYZ82.1891.58103.79-
YUV242.51132.22114.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.80%
GREEN value IS 251 (98.44% from 255) = 34.67%
BLUE value IS 250 (98.05% from 255) = 34.53%
R=30.80%
G=34.67%
B=34.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232512500.1100.000.02177.8677.7892.94
HexDFFBFAB002b24e5d
Octal33737337213002262116135
Binary110111111111101111111010101100101011001010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBFA; }

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

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

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

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

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

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

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

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