Html Css Color HEX #D1EDFD Pattens Blue

📋 copy color: '#D1EDFD'

red 209 ◦ green 237 ◦ blue 253

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

Shades of Pattens Blue #D1EDFD

Tints of Pattens Blue #D1EDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.19%

R = 29.9%
G = 33.91%
B = 36.19%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1EDFD (or 0xD1EDFD) is known color: Pattens Blue. HEX triplet: D1, ED and FD. RGB value is (209,237,253). Sum of RGB (Red+Green+Blue) = 209+237+253=699 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.90% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EDFD is #2E1202. Grayscale: #E6E6E6. Windows color (decimal): -3019267 or 16641489. OLE color: 16641489.

HSL color Cylindrical-coordinate representation of color #D1EDFD: hue angle of 201.82º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1EDFD is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 237 253 -
CMYK 0.17 0.06 0 0.01
HSL 201.82º 0.92% 0.91% -
HSV(B) 201.82º 0.17% 0.99% -
XYZ 74.31 81.22 104.69 -
YUV 230.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 209 237 253 0.17 0.06 0 0.01 201.82 0.92 0.91
Hex D1 ED FD 11 6 0 1 CA 5C 5B
Octal 321 355 375 21 6 0 1 312 134 133
Binary 11010001 11101101 11111101 10001 110 0 1 11001010 1011100 1011011

Color Harmonies of #D1EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDFD

Black with #D1EDFD

Text Example


Text Example

White with #D1EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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