#DFF1FA

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

Shades of Pattens Blue #DFF1FA

Tints of Pattens Blue #DFF1FA

Color information

#DFF1FA (or 0xDFF1FA) is unknown color: approx Pattens Blue. HEX triplet: DF, F1 and FA. RGB value is (223,241,250). Sum of RGB (Red+Green+Blue) = 223+241+250=714 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.23% from 714); Green value is 241 (94.53% from 255 or 33.75% 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 #DFF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF1FA is #200E05. Grayscale: #ECECEC. Windows color (decimal): -2100742 or 16445919. OLE color: 16445919.

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

Color convert

RGB223241250-
CMYK0.110.0400.02
HSL200º72.97%92.75%-
HSV(B)200º10.8%98.04%-
XYZ79.1485.5102.77-
YUV236.64135.54118.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.23%
GREEN value IS 241 (94.53% from 255) = 33.75%
BLUE value IS 250 (98.05% from 255) = 35.01%
R=31.23%
G=33.75%
B=35.01%

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
Decimal2232412500.110.0400.0220072.9792.75
HexDFF1FAB402c8495d
Octal33736137213402310111135
Binary11011111111100011111101010111000101100100010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF1FA; }

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

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

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

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

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

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

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

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