#D7EFFA

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

Shades of Pattens Blue #D7EFFA

Tints of Pattens Blue #D7EFFA

Color information

#D7EFFA (or 0xD7EFFA) is unknown color: approx Pattens Blue. HEX triplet: D7, EF and FA. RGB value is (215,239,250). Sum of RGB (Red+Green+Blue) = 215+239+250=704 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.54% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7EFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EFFA is #281005. Grayscale: #E9E9E9. Windows color (decimal): -2625542 or 16445399. OLE color: 16445399.

HSL color Cylindrical-coordinate representation of color #D7EFFA: hue angle of 198.86º 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 #D7EFFA is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215239250-
CMYK0.140.0400.02
HSL198.86º77.78%91.18%-
HSV(B)198.86º14%98.04%-
XYZ76.1583.08102.47-
YUV233.08137.55115.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.54%
GREEN value IS 239 (93.75% from 255) = 33.95%
BLUE value IS 250 (98.05% from 255) = 35.51%
R=30.54%
G=33.95%
B=35.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152392500.140.0400.02198.8677.7891.18
HexD7EFFAE402c74e5b
Octal32735737216402307116133
Binary11010111111011111111101011101000101100011110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EFFA; }

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

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

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

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

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

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

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

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