#D6EBF0

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

Shades of Pattens Blue #D6EBF0

Tints of Pattens Blue #D6EBF0

Color information

#D6EBF0 (or 0xD6EBF0) is unknown color: approx Pattens Blue. HEX triplet: D6, EB and F0. RGB value is (214,235,240). Sum of RGB (Red+Green+Blue) = 214+235+240=689 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.06% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6EBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EBF0 is #29140F. Grayscale: #E5E5E5. Windows color (decimal): -2692112 or 15789014. OLE color: 15789014.

HSL color Cylindrical-coordinate representation of color #D6EBF0: hue angle of 191.54º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6EBF0 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214235240-
CMYK0.110.0200.06
HSL191.54º46.43%89.02%-
HSV(B)191.54º10.83%94.12%-
XYZ73.178094.02-
YUV229.29134.04117.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.06%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 240 (94.14% from 255) = 34.83%
R=31.06%
G=34.11%
B=34.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142352400.110.0200.06191.5446.4389.02
HexD6EBF0B206c02e59
Octal3263533601320630056131
Binary1101011011101011111100001011100110110000001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBF0; }

 p { color: rgb(214,235,240); }

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

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

 a { background-color: rgb(214,235,240); }

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

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

 span { border-color: rgb(214,235,240); }

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