#DFF3FA

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

Shades of Pattens Blue #DFF3FA

Tints of Pattens Blue #DFF3FA

Color information

#DFF3FA (or 0xDFF3FA) is unknown color: approx Pattens Blue. HEX triplet: DF, F3 and FA. RGB value is (223,243,250). Sum of RGB (Red+Green+Blue) = 223+243+250=716 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.15% from 716); Green value is 243 (95.31% from 255 or 33.94% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFF3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3FA is #200C05. Grayscale: #EDEDED. Windows color (decimal): -2100230 or 16446431. OLE color: 16446431.

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

Color convert

RGB223243250-
CMYK0.110.0300.02
HSL195.56º72.97%92.75%-
HSV(B)195.56º10.8%98.04%-
XYZ79.7486.69102.97-
YUV237.82134.87117.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.15%
GREEN value IS 243 (95.31% from 255) = 33.94%
BLUE value IS 250 (98.05% from 255) = 34.92%
R=31.15%
G=33.94%
B=34.92%

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
Decimal2232432500.110.0300.02195.5672.9792.75
HexDFF3FAB302c4495d
Octal33736337213302304111135
Binary1101111111110011111110101011110101100010010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF3FA; }

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

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

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

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

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

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

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

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