Html Css Color HEX #D9EAFA Pattens Blue

📋 copy color: '#D9EAFA'

red 217 ◦ green 234 ◦ blue 250

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

Shades of Pattens Blue #D9EAFA

Tints of Pattens Blue #D9EAFA

RGB

 RED value IS 217 (85.16% from 255) = 30.96%

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

 BLUE value IS 250 (98.05% from 255) = 35.66%

R = 30.96%
G = 33.38%
B = 35.66%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9EAFA (or 0xD9EAFA) is known color: Pattens Blue. HEX triplet: D9, EA and FA. RGB value is (217,234,250). Sum of RGB (Red+Green+Blue) = 217+234+250=701 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.96% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EAFA is #261505. Grayscale: #E6E6E6. Windows color (decimal): -2495750 or 16444121. OLE color: 16444121.

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

Color convert

RGB 217 234 250 -
CMYK 0.13 0.06 0 0.02
HSL 209.09º 0.77% 0.92% -
HSV(B) 209.09º 0.13% 0.98% -
XYZ 75.29 80.5 102.01 -
YUV 230.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 217 234 250 0.13 0.06 0 0.02 209.09 0.77 0.92
Hex D9 EA FA D 6 0 2 D1 4D 5C
Octal 331 352 372 15 6 0 2 321 115 134
Binary 11011001 11101010 11111010 1101 110 0 10 11010001 1001101 1011100

Color Harmonies of #D9EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EAFA

Black with #D9EAFA

Text Example


Text Example

White with #D9EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EAFA; }

 p { color: rgb(217,234,250); }

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

background-color css

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

 a { background-color: rgb(217,234,250); }

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

border-color css

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

 span { border-color: rgb(217,234,250); }

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