#D7EEFF

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

Shades of Pattens Blue #D7EEFF

Tints of Pattens Blue #D7EEFF

Color information

#D7EEFF (or 0xD7EEFF) is unknown color: approx Pattens Blue. HEX triplet: D7, EE and FF. RGB value is (215,238,255). Sum of RGB (Red+Green+Blue) = 215+238+255=708 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.37% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EEFF is #281100. Grayscale: #E8E8E8. Windows color (decimal): -2625793 or 16772823. OLE color: 16772823.

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

Color convert

RGB215238255-
CMYK0.160.0700
HSL205.5º100%92.16%-
HSV(B)205.5º15.69%100%-
XYZ76.6582.82106.55-
YUV233.06140.38115.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.37%
GREEN value IS 238 (93.36% from 255) = 33.62%
BLUE value IS 255 (100% from 255) = 36.02%
R=30.37%
G=33.62%
B=36.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152382550.160.0700205.510092.16
HexD7EEFF10700ce645c
Octal32735637720700316144134
Binary11010111111011101111111110000111001100111011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EEFF; }

 p { color: rgb(215,238,255); }

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

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

 a { background-color: rgb(215,238,255); }

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

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

 span { border-color: rgb(215,238,255); }

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