#DEF5FC

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

Shades of Light Cyan #DEF5FC

Tints of Light Cyan #DEF5FC

Color information

#DEF5FC (or 0xDEF5FC) is unknown color: approx Light Cyan. HEX triplet: DE, F5 and FC. RGB value is (222,245,252). Sum of RGB (Red+Green+Blue) = 222+245+252=719 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.88% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEF5FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF5FC is #210A03. Grayscale: #EEEEEE. Windows color (decimal): -2165252 or 16578014. OLE color: 16578014.

HSL color Cylindrical-coordinate representation of color #DEF5FC: hue angle of 194º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEF5FC is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222245252-
CMYK0.120.0300.01
HSL194º83.33%92.94%-
HSV(B)194º11.9%98.82%-
XYZ80.3587.86104.82-
YUV238.92135.38115.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.88%
GREEN value IS 245 (96.09% from 255) = 34.08%
BLUE value IS 252 (98.83% from 255) = 35.05%
R=30.88%
G=34.08%
B=35.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222452520.120.0300.0119483.3392.94
HexDEF5FCC301c2535d
Octal33636537414301302123135
Binary110111101111010111111100110011011100001010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5FC; }

 p { color: rgb(222,245,252); }

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

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

 a { background-color: rgb(222,245,252); }

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

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

 span { border-color: rgb(222,245,252); }

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