#DEF2FA

Color #DEF2FA Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DEF2FA

Tints of Pattens Blue #DEF2FA

Color information

#DEF2FA (or 0xDEF2FA) is unknown color: approx Pattens Blue. HEX triplet: DE, F2 and FA. RGB value is (222,242,250). Sum of RGB (Red+Green+Blue) = 222+242+250=714 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.09% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 250 (98.05% from 255 or 35.01% from 714); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2FA is #210D05. Grayscale: #ECECEC. Windows color (decimal): -2166022 or 16446174. OLE color: 16446174.

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

Color convert

RGB222242250-
CMYK0.110.0300.02
HSL197.14º73.68%92.55%-
HSV(B)197.14º11.2%98.04%-
XYZ79.1385.94102.86-
YUV236.93135.37117.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.09%
GREEN value IS 242 (94.92% from 255) = 33.89%
BLUE value IS 250 (98.05% from 255) = 35.01%
R=31.09%
G=33.89%
B=35.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222422500.110.0300.02197.1473.6892.55
HexDEF2FAB302c54a5d
Octal33636237213302305112135
Binary1101111011110010111110101011110101100010110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2FA; }

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

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

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

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

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

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

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

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