#D7EBFC

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

Shades of Pattens Blue #D7EBFC

Tints of Pattens Blue #D7EBFC

Color information

#D7EBFC (or 0xD7EBFC) is unknown color: approx Pattens Blue. HEX triplet: D7, EB and FC. RGB value is (215,235,252). Sum of RGB (Red+Green+Blue) = 215+235+252=702 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.63% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EBFC is #281403. Grayscale: #E6E6E6. Windows color (decimal): -2626564 or 16575447. OLE color: 16575447.

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

Color convert

RGB215235252-
CMYK0.150.0700.01
HSL207.57º86.05%91.57%-
HSV(B)207.57º14.68%98.82%-
XYZ75.380.89103.74-
YUV230.96139.87116.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.63%
GREEN value IS 235 (92.19% from 255) = 33.48%
BLUE value IS 252 (98.83% from 255) = 35.90%
R=30.63%
G=33.48%
B=35.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152352520.150.0700.01207.5786.0591.57
HexD7EBFCF701d0565c
Octal32735337417701320126134
Binary1101011111101011111111001111111011101000010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBFC; }

 p { color: rgb(215,235,252); }

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

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

 a { background-color: rgb(215,235,252); }

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

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

 span { border-color: rgb(215,235,252); }

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