#D7EFF6

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

Shades of Pattens Blue #D7EFF6

Tints of Pattens Blue #D7EFF6

Color information

#D7EFF6 (or 0xD7EFF6) is unknown color: approx Pattens Blue. HEX triplet: D7, EF and F6. RGB value is (215,239,246). Sum of RGB (Red+Green+Blue) = 215+239+246=700 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.71% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 246 (96.48% from 255 or 35.14% from 700); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7EFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EFF6 is #281009. Grayscale: #E8E8E8. Windows color (decimal): -2625546 or 16183255. OLE color: 16183255.

HSL color Cylindrical-coordinate representation of color #D7EFF6: hue angle of 193.55º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7EFF6 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB215239246-
CMYK0.130.0300.04
HSL193.55º63.27%90.39%-
HSV(B)193.55º12.6%96.47%-
XYZ75.5382.8399.2-
YUV232.62135.55115.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.71%
GREEN value IS 239 (93.75% from 255) = 34.14%
BLUE value IS 246 (96.48% from 255) = 35.14%
R=30.71%
G=34.14%
B=35.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2152392460.130.0300.04193.5563.2790.39
HexD7EFF6D304c23f5a
Octal3273573661530430277132
Binary1101011111101111111101101101110100110000101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EFF6; }

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

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

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

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

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

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

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

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