Html Css Color HEX #DAEEF9 Pattens Blue

📋 copy color: '#DAEEF9'

red 218 ◦ green 238 ◦ blue 249

#DAEEF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #DAEEF9

Tints of Pattens Blue #DAEEF9

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 value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAEEF9 (or 0xDAEEF9) is known color: 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

RGB 218 238 249 -
CMYK 0.12 0.04 0 0.02
HSL 201.29º 0.72% 0.92% -
HSV(B) 201.29º 0.12% 0.98% -
XYZ 76.59 82.89 101.59 -
YUV 233.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 218 238 249 0.12 0.04 0 0.02 201.29 0.72 0.92
Hex DA EE F9 C 4 0 2 C9 48 5C
Octal 332 356 371 14 4 0 2 311 110 134
Binary 11011010 11101110 11111001 1100 100 0 10 11001001 1001000 1011100

Color Harmonies of #DAEEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEF9

Black with #DAEEF9

Text Example


Text Example

White with #DAEEF9

Text Example


Text Example

HTML Codes & Css Web 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>