#D5EAFF

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

Shades of Pattens Blue #D5EAFF

Tints of Pattens Blue #D5EAFF

Color information

#D5EAFF (or 0xD5EAFF) is unknown color: approx Pattens Blue. HEX triplet: D5, EA and FF. RGB value is (213,234,255). Sum of RGB (Red+Green+Blue) = 213+234+255=702 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.34% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EAFF is #2A1500. Grayscale: #E6E6E6. Windows color (decimal): -2757889 or 16771797. OLE color: 16771797.

HSL color Cylindrical-coordinate representation of color #D5EAFF: hue angle of 210º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5EAFF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB213234255-
CMYK0.160.0800
HSL210º100%91.76%-
HSV(B)210º16.47%100%-
XYZ74.9180.21106.14-
YUV230.12142.04115.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.34%
GREEN value IS 234 (91.80% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 36.32%
R=30.34%
G=33.33%
B=36.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132342550.160.080021010091.76
HexD5EAFF10800d2645c
Octal325352377201000322144134
Binary110101011110101011111111100001000001101001011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EAFF; }

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

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

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

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

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

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

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

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