Html Css Color HEX #D9EAFB Pattens Blue

📋 copy color: '#D9EAFB'

red 217 ◦ green 234 ◦ blue 251

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

Shades of Pattens Blue #D9EAFB

Tints of Pattens Blue #D9EAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.75%

R = 30.91%
G = 33.33%
B = 35.75%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9EAFB (or 0xD9EAFB) is known color: Pattens Blue. HEX triplet: D9, EA and FB. RGB value is (217,234,251). Sum of RGB (Red+Green+Blue) = 217+234+251=702 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.91% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9EAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EAFB is #261504. Grayscale: #E6E6E6. Windows color (decimal): -2495749 or 16509657. OLE color: 16509657.

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

Color convert

RGB 217 234 251 -
CMYK 0.14 0.07 0 0.02
HSL 210º 0.81% 0.92% -
HSV(B) 210º 0.14% 0.98% -
XYZ 75.45 80.56 102.84 -
YUV 230.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 217 234 251 0.14 0.07 0 0.02 210 0.81 0.92
Hex D9 EA FB E 7 0 2 D2 51 5C
Octal 331 352 373 16 7 0 2 322 121 134
Binary 11011001 11101010 11111011 1110 111 0 10 11010010 1010001 1011100

Color Harmonies of #D9EAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EAFB

Black with #D9EAFB

Text Example


Text Example

White with #D9EAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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