#DFFAFD

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

Shades of Light Cyan #DFFAFD

Tints of Light Cyan #DFFAFD

Color information

#DFFAFD (or 0xDFFAFD) is unknown color: approx Light Cyan. HEX triplet: DF, FA and FD. RGB value is (223,250,253). Sum of RGB (Red+Green+Blue) = 223+250+253=726 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.72% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAFD is #200502. Grayscale: #F2F2F2. Windows color (decimal): -2098435 or 16644831. OLE color: 16644831.

HSL color Cylindrical-coordinate representation of color #DFFAFD: hue angle of 186º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFAFD is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223250253-
CMYK0.120.0100.01
HSL186º88.24%93.33%-
HSV(B)186º11.86%99.22%-
XYZ82.3591.15106.18-
YUV242.27134.05114.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.72%
GREEN value IS 250 (98.05% from 255) = 34.44%
BLUE value IS 253 (99.22% from 255) = 34.85%
R=30.72%
G=34.44%
B=34.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232502530.120.0100.0118688.2493.33
HexDFFAFDC101ba585d
Octal33737237514101272130135
Binary11011111111110101111110111001011011101010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAFD; }

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

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

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

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

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

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

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

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