#D7EDFA

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

Shades of Pattens Blue #D7EDFA

Tints of Pattens Blue #D7EDFA

Color information

#D7EDFA (or 0xD7EDFA) is unknown color: approx Pattens Blue. HEX triplet: D7, ED and FA. RGB value is (215,237,250). Sum of RGB (Red+Green+Blue) = 215+237+250=702 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.63% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7EDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EDFA is #281205. Grayscale: #E7E7E7. Windows color (decimal): -2626054 or 16444887. OLE color: 16444887.

HSL color Cylindrical-coordinate representation of color #D7EDFA: hue angle of 202.29º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7EDFA is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215237250-
CMYK0.140.0500.02
HSL202.29º77.78%91.18%-
HSV(B)202.29º14%98.04%-
XYZ75.5681.92102.27-
YUV231.9138.21115.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.63%
GREEN value IS 237 (92.97% from 255) = 33.76%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=30.63%
G=33.76%
B=35.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152372500.140.0500.02202.2977.7891.18
HexD7EDFAE502ca4e5b
Octal32735537216502312116133
Binary11010111111011011111101011101010101100101010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EDFA; }

 p { color: rgb(215,237,250); }

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

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

 a { background-color: rgb(215,237,250); }

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

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

 span { border-color: rgb(215,237,250); }

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