Html Css Color HEX #DAEAF9 Pattens Blue

📋 copy color: '#DAEAF9'

red 218 ◦ green 234 ◦ blue 249

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

Shades of Pattens Blue #DAEAF9

Tints of Pattens Blue #DAEAF9

RGB

 RED value IS 218 (85.55% from 255) = 31.1%

 GREEN value IS 234 (91.8% from 255) = 33.38%

 BLUE value IS 249 (97.66% from 255) = 35.52%

R = 31.1%
G = 33.38%
B = 35.52%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAEAF9 (or 0xDAEAF9) is known color: Pattens Blue. HEX triplet: DA, EA and F9. RGB value is (218,234,249). Sum of RGB (Red+Green+Blue) = 218+234+249=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAF9 is #251506. Grayscale: #E6E6E6. Windows color (decimal): -2430215 or 16378586. OLE color: 16378586.

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

Color convert

RGB 218 234 249 -
CMYK 0.12 0.06 0 0.02
HSL 209.03º 0.72% 0.92% -
HSV(B) 209.03º 0.12% 0.98% -
XYZ 75.44 80.59 101.2 -
YUV 230.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 218 234 249 0.12 0.06 0 0.02 209.03 0.72 0.92
Hex DA EA F9 C 6 0 2 D1 48 5C
Octal 332 352 371 14 6 0 2 321 110 134
Binary 11011010 11101010 11111001 1100 110 0 10 11010001 1001000 1011100

Color Harmonies of #DAEAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEAF9

Black with #DAEAF9

Text Example


Text Example

White with #DAEAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEAF9; }

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

 H1.HeaderClassName
 {
   color: #DAEAF9;
 }
 .AnyTagClassName
 {
   color: #DAEAF9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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