#DFF0FA

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

Shades of Pattens Blue #DFF0FA

Tints of Pattens Blue #DFF0FA

Color information

#DFF0FA (or 0xDFF0FA) is unknown color: approx Pattens Blue. HEX triplet: DF, F0 and FA. RGB value is (223,240,250). Sum of RGB (Red+Green+Blue) = 223+240+250=713 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.28% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0FA is #200F05. Grayscale: #ECECEC. Windows color (decimal): -2100998 or 16445663. OLE color: 16445663.

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

Color convert

RGB223240250-
CMYK0.110.0400.02
HSL202.22º72.97%92.75%-
HSV(B)202.22º10.8%98.04%-
XYZ78.8584.91102.68-
YUV236.06135.87118.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.28%
GREEN value IS 240 (94.14% from 255) = 33.66%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=31.28%
G=33.66%
B=35.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232402500.110.0400.02202.2272.9792.75
HexDFF0FAB402ca495d
Octal33736037213402312111135
Binary11011111111100001111101010111000101100101010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF0FA; }

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

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

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

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

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

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

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

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