#D7EFFF

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

Shades of Pattens Blue #D7EFFF

Tints of Pattens Blue #D7EFFF

Color information

#D7EFFF (or 0xD7EFFF) is unknown color: approx Pattens Blue. HEX triplet: D7, EF and FF. RGB value is (215,239,255). Sum of RGB (Red+Green+Blue) = 215+239+255=709 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.32% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EFFF is #281000. Grayscale: #E9E9E9. Windows color (decimal): -2625537 or 16773079. OLE color: 16773079.

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

Color convert

RGB215239255-
CMYK0.160.0600
HSL204º100%92.16%-
HSV(B)204º15.69%100%-
XYZ76.9483.4106.65-
YUV233.65140.05114.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.32%
GREEN value IS 239 (93.75% from 255) = 33.71%
BLUE value IS 255 (100% from 255) = 35.97%
R=30.32%
G=33.71%
B=35.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152392550.160.060020410092.16
HexD7EFFF10600cc645c
Octal32735737720600314144134
Binary11010111111011111111111110000110001100110011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EFFF; }

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

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

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

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

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

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

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

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