#D9F3FD

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

Shades of Pattens Blue #D9F3FD

Tints of Pattens Blue #D9F3FD

Color information

#D9F3FD (or 0xD9F3FD) is unknown color: approx Pattens Blue. HEX triplet: D9, F3 and FD. RGB value is (217,243,253). Sum of RGB (Red+Green+Blue) = 217+243+253=713 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.43% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9F3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F3FD is #260C02. Grayscale: #ECECEC. Windows color (decimal): -2493443 or 16643033. OLE color: 16643033.

HSL color Cylindrical-coordinate representation of color #D9F3FD: hue angle of 196.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9F3FD is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217243253-
CMYK0.140.0400.01
HSL196.67º90%92.16%-
HSV(B)196.67º14.23%99.22%-
XYZ78.485.94105.39-
YUV236.37137.39114.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.43%
GREEN value IS 243 (95.31% from 255) = 34.08%
BLUE value IS 253 (99.22% from 255) = 35.48%
R=30.43%
G=34.08%
B=35.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172432530.140.0400.01196.679092.16
HexD9F3FDE401c55a5c
Octal33136337516401305132134
Binary1101100111110011111111011110100011100010110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F3FD; }

 p { color: rgb(217,243,253); }

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

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

 a { background-color: rgb(217,243,253); }

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

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

 span { border-color: rgb(217,243,253); }

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