Html Css Color HEX #D1EDFB Pattens Blue

📋 copy color: '#D1EDFB'

red 209 ◦ green 237 ◦ blue 251

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

Shades of Pattens Blue #D1EDFB

Tints of Pattens Blue #D1EDFB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34%

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

R = 29.99%
G = 34%
B = 36.01%

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

#D1EDFB (or 0xD1EDFB) is known color: Pattens Blue. HEX triplet: D1, ED and FB. RGB value is (209,237,251). Sum of RGB (Red+Green+Blue) = 209+237+251=697 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.99% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1EDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EDFB is #2E1204. Grayscale: #E6E6E6. Windows color (decimal): -3019269 or 16510417. OLE color: 16510417.

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

Color convert

RGB 209 237 251 -
CMYK 0.17 0.06 0 0.02
HSL 200º 0.84% 0.9% -
HSV(B) 200º 0.17% 0.98% -
XYZ 73.99 81.09 103.02 -
YUV 230.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 209 237 251 0.17 0.06 0 0.02 200 0.84 0.9
Hex D1 ED FB 11 6 0 2 C8 54 5A
Octal 321 355 373 21 6 0 2 310 124 132
Binary 11010001 11101101 11111011 10001 110 0 10 11001000 1010100 1011010

Color Harmonies of #D1EDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDFB

Black with #D1EDFB

Text Example


Text Example

White with #D1EDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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