#D7EFF7

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

Shades of Pattens Blue #D7EFF7

Tints of Pattens Blue #D7EFF7

Color information

#D7EFF7 (or 0xD7EFF7) is unknown color: approx Pattens Blue. HEX triplet: D7, EF and F7. RGB value is (215,239,247). Sum of RGB (Red+Green+Blue) = 215+239+247=701 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.67% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 247 - color contains mainly: blue. Hex color #D7EFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EFF7 is #281008. Grayscale: #E8E8E8. Windows color (decimal): -2625545 or 16248791. OLE color: 16248791.

HSL color Cylindrical-coordinate representation of color #D7EFF7: hue angle of 195º degrees, saturation: 0.67, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7EFF7 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB215239247-
CMYK0.130.0300.03
HSL195º66.67%90.59%-
HSV(B)195º12.96%96.86%-
XYZ75.6882.9100.01-
YUV232.74136.05115.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.67%
GREEN value IS 239 (93.75% from 255) = 34.09%
BLUE value IS 247 (96.88% from 255) = 35.24%
R=30.67%
G=34.09%
B=35.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2152392470.130.0300.0319566.6790.59
HexD7EFF7D303c3435b
Octal32735736715303303103133
Binary1101011111101111111101111101110111100001110000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EFF7; }

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

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

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

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

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

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

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

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