Html Css Color HEX #D1EAFB Pattens Blue

📋 copy color: '#D1EAFB'

red 209 ◦ green 234 ◦ blue 251

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

Shades of Pattens Blue #D1EAFB

Tints of Pattens Blue #D1EAFB

RGB

 RED value IS 209 (82.03% from 255) = 30.12%

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

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

R = 30.12%
G = 33.72%
B = 36.17%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1EAFB (or 0xD1EAFB) is known color: Pattens Blue. HEX triplet: D1, EA and FB. RGB value is (209,234,251). Sum of RGB (Red+Green+Blue) = 209+234+251=694 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.12% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1EAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EAFB is #2E1504. Grayscale: #E4E4E4. Windows color (decimal): -3020037 or 16509649. OLE color: 16509649.

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

Color convert

RGB 209 234 251 -
CMYK 0.17 0.07 0 0.02
HSL 204.29º 0.84% 0.9% -
HSV(B) 204.29º 0.17% 0.98% -
XYZ 73.13 79.37 102.73 -
YUV 228.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 209 234 251 0.17 0.07 0 0.02 204.29 0.84 0.9
Hex D1 EA FB 11 7 0 2 CC 54 5A
Octal 321 352 373 21 7 0 2 314 124 132
Binary 11010001 11101010 11111011 10001 111 0 10 11001100 1010100 1011010

Color Harmonies of #D1EAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EAFB

Black with #D1EAFB

Text Example


Text Example

White with #D1EAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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