#D5EAFB

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

Shades of Pattens Blue #D5EAFB

Tints of Pattens Blue #D5EAFB

Color information

#D5EAFB (or 0xD5EAFB) is unknown color: approx Pattens Blue. HEX triplet: D5, EA and FB. RGB value is (213,234,251). Sum of RGB (Red+Green+Blue) = 213+234+251=698 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.52% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5EAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EAFB is #2A1504. Grayscale: #E5E5E5. Windows color (decimal): -2757893 or 16509653. OLE color: 16509653.

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

Color convert

RGB213234251-
CMYK0.150.0700.02
HSL206.84º82.61%90.98%-
HSV(B)206.84º15.14%98.43%-
XYZ74.2879.96102.79-
YUV229.66140.04116.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.52%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 251 (98.44% from 255) = 35.96%
R=30.52%
G=33.52%
B=35.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132342510.150.0700.02206.8482.6190.98
HexD5EAFBF702cf535b
Octal32535237317702317123133
Binary11010101111010101111101111111110101100111110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EAFB; }

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

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

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

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

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

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

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

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