#DAEEF9

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

Shades of Pattens Blue #DAEEF9

Tints of Pattens Blue #DAEEF9

Color information

#DAEEF9 (or 0xDAEEF9) is unknown color: approx Pattens Blue. HEX triplet: DA, EE and F9. RGB value is (218,238,249). Sum of RGB (Red+Green+Blue) = 218+238+249=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAEEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEF9 is #251106. Grayscale: #E9E9E9. Windows color (decimal): -2429191 or 16379610. OLE color: 16379610.

HSL color Cylindrical-coordinate representation of color #DAEEF9: hue angle of 201.29º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAEEF9 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218238249-
CMYK0.120.0400.02
HSL201.29º72.09%91.57%-
HSV(B)201.29º12.45%97.65%-
XYZ76.5982.89101.59-
YUV233.27136.87117.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.92%
GREEN value IS 238 (93.36% from 255) = 33.76%
BLUE value IS 249 (97.66% from 255) = 35.32%
R=30.92%
G=33.76%
B=35.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182382490.120.0400.02201.2972.0991.57
HexDAEEF9C402c9485c
Octal33235637114402311110134
Binary11011010111011101111100111001000101100100110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEF9; }

 p { color: rgb(218,238,249); }

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

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

 a { background-color: rgb(218,238,249); }

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

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

 span { border-color: rgb(218,238,249); }

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