#DFFAFA

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

Shades of Light Cyan #DFFAFA

Tints of Light Cyan #DFFAFA

Color information

#DFFAFA (or 0xDFFAFA) is unknown color: approx Light Cyan. HEX triplet: DF, FA and FA. RGB value is (223,250,250). Sum of RGB (Red+Green+Blue) = 223+250+250=723 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.84% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #DFFAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAFA is #200505. Grayscale: #F1F1F1. Windows color (decimal): -2098438 or 16448223. OLE color: 16448223.

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

Color convert

RGB223250250-
CMYK0.11000.02
HSL180º72.97%92.75%-
HSV(B)180º10.8%98.04%-
XYZ81.8790.96103.68-
YUV241.93132.55114.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.84%
GREEN value IS 250 (98.05% from 255) = 34.58%
BLUE value IS 250 (98.05% from 255) = 34.58%
R=30.84%
G=34.58%
B=34.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232502500.11000.0218072.9792.75
HexDFFAFAB002b4495d
Octal33737237213002264111135
Binary110111111111101011111010101100101011010010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAFA; }

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

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

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

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

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

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

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

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