#D6EBFC

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

Shades of Pattens Blue #D6EBFC

Tints of Pattens Blue #D6EBFC

Color information

#D6EBFC (or 0xD6EBFC) is unknown color: approx Pattens Blue. HEX triplet: D6, EB and FC. RGB value is (214,235,252). Sum of RGB (Red+Green+Blue) = 214+235+252=701 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.53% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EBFC is #291403. Grayscale: #E6E6E6. Windows color (decimal): -2692100 or 16575446. OLE color: 16575446.

HSL color Cylindrical-coordinate representation of color #D6EBFC: hue angle of 206.84º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6EBFC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214235252-
CMYK0.150.0700.01
HSL206.84º86.36%91.37%-
HSV(B)206.84º15.08%98.82%-
XYZ75.0180.74103.73-
YUV230.66140.04116.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.53%
GREEN value IS 235 (92.19% from 255) = 33.52%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=30.53%
G=33.52%
B=35.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142352520.150.0700.01206.8486.3691.37
HexD6EBFCF701cf565b
Octal32635337417701317126133
Binary1101011011101011111111001111111011100111110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBFC; }

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

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

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

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

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

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

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

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