#DAE9EF

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

Shades of Pattens Blue #DAE9EF

Tints of Pattens Blue #DAE9EF

Color information

#DAE9EF (or 0xDAE9EF) is unknown color: approx Pattens Blue. HEX triplet: DA, E9 and EF. RGB value is (218,233,239). Sum of RGB (Red+Green+Blue) = 218+233+239=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9EF is #251610. Grayscale: #E5E5E5. Windows color (decimal): -2430481 or 15722970. OLE color: 15722970.

HSL color Cylindrical-coordinate representation of color #DAE9EF: hue angle of 197.14º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAE9EF is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218233239-
CMYK0.090.0300.06
HSL197.14º39.62%89.61%-
HSV(B)197.14º8.79%93.73%-
XYZ73.6379.4293.11-
YUV229.2133.53120.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.59%
GREEN value IS 233 (91.41% from 255) = 33.77%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=31.59%
G=33.77%
B=34.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182332390.090.0300.06197.1439.6289.61
HexDAE9EF9306c5285a
Octal3323513571130630550132
Binary1101101011101001111011111001110110110001011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9EF; }

 p { color: rgb(218,233,239); }

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

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

 a { background-color: rgb(218,233,239); }

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

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

 span { border-color: rgb(218,233,239); }

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