#D5EBFB

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

Shades of Pattens Blue #D5EBFB

Tints of Pattens Blue #D5EBFB

Color information

#D5EBFB (or 0xD5EBFB) is unknown color: approx Pattens Blue. HEX triplet: D5, EB and FB. RGB value is (213,235,251). Sum of RGB (Red+Green+Blue) = 213+235+251=699 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.47% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5EBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EBFB is #2A1404. Grayscale: #E6E6E6. Windows color (decimal): -2757637 or 16509909. OLE color: 16509909.

HSL color Cylindrical-coordinate representation of color #D5EBFB: hue angle of 205.26º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5EBFB is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213235251-
CMYK0.150.0600.02
HSL205.26º82.61%90.98%-
HSV(B)205.26º15.14%98.43%-
XYZ74.5680.53102.88-
YUV230.25139.71115.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.47%
GREEN value IS 235 (92.19% from 255) = 33.62%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=30.47%
G=33.62%
B=35.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132352510.150.0600.02205.2682.6190.98
HexD5EBFBF602cd535b
Octal32535337317602315123133
Binary11010101111010111111101111111100101100110110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBFB; }

 p { color: rgb(213,235,251); }

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

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

 a { background-color: rgb(213,235,251); }

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

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

 span { border-color: rgb(213,235,251); }

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