#DEF9FA

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

Shades of Light Cyan #DEF9FA

Tints of Light Cyan #DEF9FA

Color information

#DEF9FA (or 0xDEF9FA) is unknown color: approx Light Cyan. HEX triplet: DE, F9 and FA. RGB value is (222,249,250). Sum of RGB (Red+Green+Blue) = 222+249+250=721 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.79% from 721); Green value is 249 (97.66% from 255 or 34.54% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEF9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF9FA is #210605. Grayscale: #F1F1F1. Windows color (decimal): -2164230 or 16447966. OLE color: 16447966.

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

Color convert

RGB222249250-
CMYK0.110.0000.02
HSL182.14º73.68%92.55%-
HSV(B)182.14º11.2%98.04%-
XYZ81.2690.18103.57-
YUV241.04133.05114.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.79%
GREEN value IS 249 (97.66% from 255) = 34.54%
BLUE value IS 250 (98.05% from 255) = 34.67%
R=30.79%
G=34.54%
B=34.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222492500.110.0000.02182.1473.6892.55
HexDEF9FAB002b64a5d
Octal33637137213002266112135
Binary110111101111100111111010101100101011011010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9FA; }

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

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

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

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

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

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

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

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