Html Css Color HEX #D1EAFC Pattens Blue

📋 copy color: '#D1EAFC'

red 209 ◦ green 234 ◦ blue 252

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

Shades of Pattens Blue #D1EAFC

Tints of Pattens Blue #D1EAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.26%

R = 30.07%
G = 33.67%
B = 36.26%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1EAFC (or 0xD1EAFC) is known color: Pattens Blue. HEX triplet: D1, EA and FC. RGB value is (209,234,252). Sum of RGB (Red+Green+Blue) = 209+234+252=695 (92% of max value = 765). Red value is 209 (82.03% from 255 or 30.07% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1EAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EAFC is #2E1503. Grayscale: #E4E4E4. Windows color (decimal): -3020036 or 16575185. OLE color: 16575185.

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

Color convert

RGB 209 234 252 -
CMYK 0.17 0.07 0 0.01
HSL 205.12º 0.88% 0.9% -
HSV(B) 205.12º 0.17% 0.99% -
XYZ 73.29 79.43 103.56 -
YUV 228.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 209 234 252 0.17 0.07 0 0.01 205.12 0.88 0.9
Hex D1 EA FC 11 7 0 1 CD 58 5A
Octal 321 352 374 21 7 0 1 315 130 132
Binary 11010001 11101010 11111100 10001 111 0 1 11001101 1011000 1011010

Color Harmonies of #D1EAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EAFC

Black with #D1EAFC

Text Example


Text Example

White with #D1EAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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