#D6EEFA

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

Shades of Pattens Blue #D6EEFA

Tints of Pattens Blue #D6EEFA

Color information

#D6EEFA (or 0xD6EEFA) is unknown color: approx Pattens Blue. HEX triplet: D6, EE and FA. RGB value is (214,238,250). Sum of RGB (Red+Green+Blue) = 214+238+250=702 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.48% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEFA is #291105. Grayscale: #E8E8E8. Windows color (decimal): -2691334 or 16445142. OLE color: 16445142.

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

Color convert

RGB214238250-
CMYK0.140.0500.02
HSL200º78.26%90.98%-
HSV(B)200º14.4%98.04%-
XYZ75.5682.35102.35-
YUV232.19138.05115.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.48%
GREEN value IS 238 (93.36% from 255) = 33.90%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=30.48%
G=33.90%
B=35.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142382500.140.0500.0220078.2690.98
HexD6EEFAE502c84e5b
Octal32635637216502310116133
Binary11010110111011101111101011101010101100100010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEFA; }

 p { color: rgb(214,238,250); }

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

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

 a { background-color: rgb(214,238,250); }

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

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

 span { border-color: rgb(214,238,250); }

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