#DFF6F8

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

Shades of Light Cyan #DFF6F8

Tints of Light Cyan #DFF6F8

Color information

#DFF6F8 (or 0xDFF6F8) is unknown color: approx Light Cyan. HEX triplet: DF, F6 and F8. RGB value is (223,246,248). Sum of RGB (Red+Green+Blue) = 223+246+248=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 248 (97.27% from 255 or 34.59% from 717); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFF6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF6F8 is #200907. Grayscale: #EFEFEF. Windows color (decimal): -2099464 or 16316127. OLE color: 16316127.

HSL color Cylindrical-coordinate representation of color #DFF6F8: hue angle of 184.8º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFF6F8 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223246248-
CMYK0.100.0100.03
HSL184.8º64.1%92.35%-
HSV(B)184.8º10.08%97.25%-
XYZ80.3388.38101.63-
YUV239.35132.88116.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.10%
GREEN value IS 246 (96.48% from 255) = 34.31%
BLUE value IS 248 (97.27% from 255) = 34.59%
R=31.10%
G=34.31%
B=34.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232462480.100.0100.03184.864.192.35
HexDFF6F8A103b9405c
Octal33736637012103271100134
Binary110111111111011011111000101010111011100110000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF6F8; }

 p { color: rgb(223,246,248); }

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

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

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

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

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

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

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