#DEF8FA

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

Shades of Light Cyan #DEF8FA

Tints of Light Cyan #DEF8FA

Color information

#DEF8FA (or 0xDEF8FA) is unknown color: approx Light Cyan. HEX triplet: DE, F8 and FA. RGB value is (222,248,250). Sum of RGB (Red+Green+Blue) = 222+248+250=720 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.83% from 720); Green value is 248 (97.27% from 255 or 34.44% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8FA is #210705. Grayscale: #F0F0F0. Windows color (decimal): -2164486 or 16447710. OLE color: 16447710.

HSL color Cylindrical-coordinate representation of color #DEF8FA: hue angle of 184.29º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF8FA is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222248250-
CMYK0.110.0100.02
HSL184.29º73.68%92.55%-
HSV(B)184.29º11.2%98.04%-
XYZ80.9589.57103.46-
YUV240.45133.39114.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.83%
GREEN value IS 248 (97.27% from 255) = 34.44%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=30.83%
G=34.44%
B=34.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222482500.110.0100.02184.2973.6892.55
HexDEF8FAB102b84a5d
Octal33637037213102270112135
Binary110111101111100011111010101110101011100010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8FA; }

 p { color: rgb(222,248,250); }

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

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

 a { background-color: rgb(222,248,250); }

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

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

 span { border-color: rgb(222,248,250); }

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