#DFFAF9

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

Shades of Light Cyan #DFFAF9

Tints of Light Cyan #DFFAF9

Color information

#DFFAF9 (or 0xDFFAF9) is unknown color: approx Light Cyan. HEX triplet: DF, FA and F9. RGB value is (223,250,249). Sum of RGB (Red+Green+Blue) = 223+250+249=722 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.89% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAF9 is #200506. Grayscale: #F1F1F1. Windows color (decimal): -2098439 or 16382687. OLE color: 16382687.

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

Color convert

RGB223250249-
CMYK0.1100.000.02
HSL177.78º72.97%92.75%-
HSV(B)177.78º10.8%98.04%-
XYZ81.7290.9102.86-
YUV241.81132.05114.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.89%
GREEN value IS 250 (98.05% from 255) = 34.63%
BLUE value IS 249 (97.66% from 255) = 34.49%
R=30.89%
G=34.63%
B=34.49%

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
Decimal2232502490.1100.000.02177.7872.9792.75
HexDFFAF9B002b2495d
Octal33737237113002262111135
Binary110111111111101011111001101100101011001010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAF9; }

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

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

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

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

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

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

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

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