#D5EFFB

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

Shades of Pattens Blue #D5EFFB

Tints of Pattens Blue #D5EFFB

Color information

#D5EFFB (or 0xD5EFFB) is unknown color: approx Pattens Blue. HEX triplet: D5, EF and FB. RGB value is (213,239,251). Sum of RGB (Red+Green+Blue) = 213+239+251=703 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.30% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5EFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EFFB is #2A1004. Grayscale: #E8E8E8. Windows color (decimal): -2756613 or 16510933. OLE color: 16510933.

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

Color convert

RGB213239251-
CMYK0.150.0500.02
HSL198.95º82.61%90.98%-
HSV(B)198.95º15.14%98.43%-
XYZ75.7282.84103.27-
YUV232.59138.39114.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.30%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 251 (98.44% from 255) = 35.70%
R=30.30%
G=34.00%
B=35.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132392510.150.0500.02198.9582.6190.98
HexD5EFFBF502c7535b
Octal32535737317502307123133
Binary11010101111011111111101111111010101100011110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFFB; }

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

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

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

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

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

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

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

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