#D7EAFF

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

Shades of Pattens Blue #D7EAFF

Tints of Pattens Blue #D7EAFF

Color information

#D7EAFF (or 0xD7EAFF) is unknown color: approx Pattens Blue. HEX triplet: D7, EA and FF. RGB value is (215,234,255). Sum of RGB (Red+Green+Blue) = 215+234+255=704 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.54% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EAFF is #281500. Grayscale: #E6E6E6. Windows color (decimal): -2626817 or 16771799. OLE color: 16771799.

HSL color Cylindrical-coordinate representation of color #D7EAFF: hue angle of 211.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 #D7EAFF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB215234255-
CMYK0.160.0800
HSL211.5º100%92.16%-
HSV(B)211.5º15.69%100%-
XYZ75.580.51106.17-
YUV230.71141.71116.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.54%
GREEN value IS 234 (91.80% from 255) = 33.24%
BLUE value IS 255 (100% from 255) = 36.22%
R=30.54%
G=33.24%
B=36.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152342550.160.0800211.510092.16
HexD7EAFF10800d4645c
Octal327352377201000324144134
Binary110101111110101011111111100001000001101010011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EAFF; }

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

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

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

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

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

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

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

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