#D9F3FE

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

Shades of Pattens Blue #D9F3FE

Tints of Pattens Blue #D9F3FE

Color information

#D9F3FE (or 0xD9F3FE) is unknown color: approx Pattens Blue. HEX triplet: D9, F3 and FE. RGB value is (217,243,254). Sum of RGB (Red+Green+Blue) = 217+243+254=714 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.39% from 714); Green value is 243 (95.31% from 255 or 34.03% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9F3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F3FE is #260C01. Grayscale: #ECECEC. Windows color (decimal): -2493442 or 16708569. OLE color: 16708569.

HSL color Cylindrical-coordinate representation of color #D9F3FE: hue angle of 197.84º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9F3FE is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB217243254-
CMYK0.150.0400.00
HSL197.84º94.87%92.35%-
HSV(B)197.84º14.57%99.61%-
XYZ78.5686.01106.23-
YUV236.48137.89114.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.39%
GREEN value IS 243 (95.31% from 255) = 34.03%
BLUE value IS 254 (99.61% from 255) = 35.57%
R=30.39%
G=34.03%
B=35.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172432540.150.0400.00197.8494.8792.35
HexD9F3FEF400c65f5c
Octal33136337617400306137134
Binary1101100111110011111111101111100001100011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F3FE; }

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

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

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

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

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

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

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

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