Html Css Color HEX #D1ECFB Pattens Blue

📋 copy color: '#D1ECFB'

red 209 ◦ green 236 ◦ blue 251

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

Shades of Pattens Blue #D1ECFB

Tints of Pattens Blue #D1ECFB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.91%

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

R = 30.03%
G = 33.91%
B = 36.06%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1ECFB (or 0xD1ECFB) is known color: Pattens Blue. HEX triplet: D1, EC and FB. RGB value is (209,236,251). Sum of RGB (Red+Green+Blue) = 209+236+251=696 (92% of max value = 765). Red value is 209 (82.03% from 255 or 30.03% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1ECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1ECFB is #2E1304. Grayscale: #E5E5E5. Windows color (decimal): -3019525 or 16510161. OLE color: 16510161.

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

Color convert

RGB 209 236 251 -
CMYK 0.17 0.06 0 0.02
HSL 201.43º 0.84% 0.9% -
HSV(B) 201.43º 0.17% 0.98% -
XYZ 73.7 80.51 102.92 -
YUV 229.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 209 236 251 0.17 0.06 0 0.02 201.43 0.84 0.9
Hex D1 EC FB 11 6 0 2 C9 54 5A
Octal 321 354 373 21 6 0 2 311 124 132
Binary 11010001 11101100 11111011 10001 110 0 10 11001001 1010100 1011010

Color Harmonies of #D1ECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ECFB

Black with #D1ECFB

Text Example


Text Example

White with #D1ECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ECFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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