#D5EBFA

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

Shades of Pattens Blue #D5EBFA

Tints of Pattens Blue #D5EBFA

Color information

#D5EBFA (or 0xD5EBFA) is unknown color: approx Pattens Blue. HEX triplet: D5, EB and FA. RGB value is (213,235,250). Sum of RGB (Red+Green+Blue) = 213+235+250=698 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.52% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5EBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EBFA is #2A1405. Grayscale: #E6E6E6. Windows color (decimal): -2757638 or 16444373. OLE color: 16444373.

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

Color convert

RGB213235250-
CMYK0.150.0600.02
HSL204.32º78.72%90.78%-
HSV(B)204.32º14.8%98.04%-
XYZ74.480.46102.05-
YUV230.13139.21115.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.52%
GREEN value IS 235 (92.19% from 255) = 33.67%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=30.52%
G=33.67%
B=35.82%

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
Decimal2132352500.150.0600.02204.3278.7290.78
HexD5EBFAF602cc4f5b
Octal32535337217602314117133
Binary11010101111010111111101011111100101100110010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBFA; }

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

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

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

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

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

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

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

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