#D5EFFA

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

Shades of Pattens Blue #D5EFFA

Tints of Pattens Blue #D5EFFA

Color information

#D5EFFA (or 0xD5EFFA) is unknown color: approx Pattens Blue. HEX triplet: D5, EF and FA. RGB value is (213,239,250). Sum of RGB (Red+Green+Blue) = 213+239+250=702 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.34% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5EFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EFFA is #2A1005. Grayscale: #E8E8E8. Windows color (decimal): -2756614 or 16445397. OLE color: 16445397.

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

Color convert

RGB213239250-
CMYK0.150.0400.02
HSL197.84º78.72%90.78%-
HSV(B)197.84º14.8%98.04%-
XYZ75.5682.78102.44-
YUV232.48137.89114.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.34%
GREEN value IS 239 (93.75% from 255) = 34.05%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=30.34%
G=34.05%
B=35.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132392500.150.0400.02197.8478.7290.78
HexD5EFFAF402c64f5b
Octal32535737217402306117133
Binary11010101111011111111101011111000101100011010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFFA; }

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

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

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

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

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

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

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

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