#DAEEFF

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

Shades of Pattens Blue #DAEEFF

Tints of Pattens Blue #DAEEFF

Color information

#DAEEFF (or 0xDAEEFF) is unknown color: approx Pattens Blue. HEX triplet: DA, EE and FF. RGB value is (218,238,255). Sum of RGB (Red+Green+Blue) = 218+238+255=711 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.66% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEFF is #251100. Grayscale: #E9E9E9. Windows color (decimal): -2429185 or 16772826. OLE color: 16772826.

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

Color convert

RGB218238255-
CMYK0.150.0700
HSL207.57º100%92.75%-
HSV(B)207.57º14.51%100%-
XYZ77.5483.27106.59-
YUV233.96139.87116.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.66%
GREEN value IS 238 (93.36% from 255) = 33.47%
BLUE value IS 255 (100% from 255) = 35.86%
R=30.66%
G=33.47%
B=35.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182382550.150.0700207.5710092.75
HexDAEEFFF700d0645d
Octal33235637717700320144135
Binary1101101011101110111111111111111001101000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEFF; }

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

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

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

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

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

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

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

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