#DFF1F9

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

Shades of Pattens Blue #DFF1F9

Tints of Pattens Blue #DFF1F9

Color information

#DFF1F9 (or 0xDFF1F9) is unknown color: approx Pattens Blue. HEX triplet: DF, F1 and F9. RGB value is (223,241,249). Sum of RGB (Red+Green+Blue) = 223+241+249=713 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.28% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 249 (97.66% from 255 or 34.92% from 713); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFF1F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF1F9 is #200E06. Grayscale: #ECECEC. Windows color (decimal): -2100743 or 16380383. OLE color: 16380383.

HSL color Cylindrical-coordinate representation of color #DFF1F9: hue angle of 198.46º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFF1F9 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223241249-
CMYK0.100.0300.02
HSL198.46º68.42%92.55%-
HSV(B)198.46º10.44%97.65%-
XYZ78.9985.44101.95-
YUV236.53135.04118.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.28%
GREEN value IS 241 (94.53% from 255) = 33.80%
BLUE value IS 249 (97.66% from 255) = 34.92%
R=31.28%
G=33.80%
B=34.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232412490.100.0300.02198.4668.4292.55
HexDFF1F9A302c6445d
Octal33736137112302306104135
Binary1101111111110001111110011010110101100011010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF1F9; }

 p { color: rgb(223,241,249); }

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

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

 a { background-color: rgb(223,241,249); }

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

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

 span { border-color: rgb(223,241,249); }

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