#DFF2FA

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

Shades of Pattens Blue #DFF2FA

Tints of Pattens Blue #DFF2FA

Color information

#DFF2FA (or 0xDFF2FA) is unknown color: approx Pattens Blue. HEX triplet: DF, F2 and FA. RGB value is (223,242,250). Sum of RGB (Red+Green+Blue) = 223+242+250=715 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.19% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2FA is #200D05. Grayscale: #EDEDED. Windows color (decimal): -2100486 or 16446175. OLE color: 16446175.

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

Color convert

RGB223242250-
CMYK0.110.0300.02
HSL197.78º72.97%92.75%-
HSV(B)197.78º10.8%98.04%-
XYZ79.4486.09102.87-
YUV237.23135.21117.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.19%
GREEN value IS 242 (94.92% from 255) = 33.85%
BLUE value IS 250 (98.05% from 255) = 34.97%
R=31.19%
G=33.85%
B=34.97%

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
Decimal2232422500.110.0300.02197.7872.9792.75
HexDFF2FAB302c6495d
Octal33736237213302306111135
Binary1101111111110010111110101011110101100011010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2FA; }

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

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

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

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

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

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

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

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