#DFFFFA

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

Shades of Light Cyan #DFFFFA

Tints of Light Cyan #DFFFFA

Color information

#DFFFFA (or 0xDFFFFA) is unknown color: approx Light Cyan. HEX triplet: DF, FF and FA. RGB value is (223,255,250). Sum of RGB (Red+Green+Blue) = 223+255+250=728 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.63% from 728); Green value is 255 (100% from 255 or 35.03% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFFFA is #200005. Grayscale: #F4F4F4. Windows color (decimal): -2097158 or 16449503. OLE color: 16449503.

HSL color Cylindrical-coordinate representation of color #DFFFFA: hue angle of 170.62º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFFFFA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB223255250-
CMYK0.1300.020
HSL170.62º100%93.73%-
HSV(B)170.62º12.55%100%-
XYZ83.4594.11104.21-
YUV244.86130.9112.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.63%
GREEN value IS 255 (100% from 255) = 35.03%
BLUE value IS 250 (98.05% from 255) = 34.34%
R=30.63%
G=35.03%
B=34.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232552500.1300.020170.6210093.73
HexDFFFFAD020ab645e
Octal33737737215020253144136
Binary110111111111111111111010110101001010101111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFFFA; }

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

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

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

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

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

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

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

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