#DFF6FE

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

Shades of Light Cyan #DFF6FE

Tints of Light Cyan #DFF6FE

Color information

#DFF6FE (or 0xDFF6FE) is unknown color: approx Light Cyan. HEX triplet: DF, F6 and FE. RGB value is (223,246,254). Sum of RGB (Red+Green+Blue) = 223+246+254=723 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.84% from 723); Green value is 246 (96.48% from 255 or 34.02% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF6FE is #200901. Grayscale: #EFEFEF. Windows color (decimal): -2099458 or 16709343. OLE color: 16709343.

HSL color Cylindrical-coordinate representation of color #DFF6FE: hue angle of 195.48º 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 #DFF6FE is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223246254-
CMYK0.120.0300.00
HSL195.48º93.94%93.53%-
HSV(B)195.48º12.2%99.61%-
XYZ81.2888.76106.61-
YUV240.03135.88115.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.84%
GREEN value IS 246 (96.48% from 255) = 34.02%
BLUE value IS 254 (99.61% from 255) = 35.13%
R=30.84%
G=34.02%
B=35.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232462540.120.0300.00195.4893.9493.53
HexDFF6FEC300c35e5e
Octal33736637614300303136136
Binary110111111111011011111110110011001100001110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF6FE; }

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

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

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

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

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

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

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

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