#D9F2FE

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

Shades of Pattens Blue #D9F2FE

Tints of Pattens Blue #D9F2FE

Color information

#D9F2FE (or 0xD9F2FE) is unknown color: approx Pattens Blue. HEX triplet: D9, F2 and FE. RGB value is (217,242,254). Sum of RGB (Red+Green+Blue) = 217+242+254=713 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.43% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9F2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F2FE is #260D01. Grayscale: #EBEBEB. Windows color (decimal): -2493698 or 16708313. OLE color: 16708313.

HSL color Cylindrical-coordinate representation of color #D9F2FE: hue angle of 199.46º 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 #D9F2FE is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB217242254-
CMYK0.150.0500.00
HSL199.46º94.87%92.35%-
HSV(B)199.46º14.57%99.61%-
XYZ78.2685.41106.13-
YUV235.89138.22114.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.43%
GREEN value IS 242 (94.92% from 255) = 33.94%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=30.43%
G=33.94%
B=35.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172422540.150.0500.00199.4694.8792.35
HexD9F2FEF500c75f5c
Octal33136237617500307137134
Binary1101100111110010111111101111101001100011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F2FE; }

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

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

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

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

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

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

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

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