#DFFAFE

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

Shades of Light Cyan #DFFAFE

Tints of Light Cyan #DFFAFE

Color information

#DFFAFE (or 0xDFFAFE) is unknown color: approx Light Cyan. HEX triplet: DF, FA and FE. RGB value is (223,250,254). Sum of RGB (Red+Green+Blue) = 223+250+254=727 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.67% from 727); Green value is 250 (98.05% from 255 or 34.39% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFFAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAFE is #200501. Grayscale: #F2F2F2. Windows color (decimal): -2098434 or 16710367. OLE color: 16710367.

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

Color convert

RGB223250254-
CMYK0.120.0200.00
HSL187.74º93.94%93.53%-
HSV(B)187.74º12.2%99.61%-
XYZ82.5191.21107.02-
YUV242.38134.55114.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.67%
GREEN value IS 250 (98.05% from 255) = 34.39%
BLUE value IS 254 (99.61% from 255) = 34.94%
R=30.67%
G=34.39%
B=34.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232502540.120.0200.00187.7493.9493.53
HexDFFAFEC200bc5e5e
Octal33737237614200274136136
Binary110111111111101011111110110010001011110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAFE; }

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

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

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

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

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

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

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

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