#DEF6FE

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

Shades of Light Cyan #DEF6FE

Tints of Light Cyan #DEF6FE

Color information

#DEF6FE (or 0xDEF6FE) is unknown color: approx Light Cyan. HEX triplet: DE, F6 and FE. RGB value is (222,246,254). Sum of RGB (Red+Green+Blue) = 222+246+254=722 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.75% from 722); Green value is 246 (96.48% from 255 or 34.07% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF6FE is #210901. Grayscale: #EFEFEF. Windows color (decimal): -2164994 or 16709342. OLE color: 16709342.

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

Color convert

RGB222246254-
CMYK0.130.0300.00
HSL195º94.12%93.33%-
HSV(B)195º12.6%99.61%-
XYZ80.9788.6106.6-
YUV239.74136.05115.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.75%
GREEN value IS 246 (96.48% from 255) = 34.07%
BLUE value IS 254 (99.61% from 255) = 35.18%
R=30.75%
G=34.07%
B=35.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222462540.130.0300.0019594.1293.33
HexDEF6FED300c35e5d
Octal33636637615300303136135
Binary110111101111011011111110110111001100001110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF6FE; }

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

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

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

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

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

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

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

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