Html Css Color HEX #D3EAFB Pattens Blue

📋 copy color: '#D3EAFB'

red 211 ◦ green 234 ◦ blue 251

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

Shades of Pattens Blue #D3EAFB

Tints of Pattens Blue #D3EAFB

RGB

 RED value IS 211 (82.81% from 255) = 30.32%

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

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

R = 30.32%
G = 33.62%
B = 36.06%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3EAFB (or 0xD3EAFB) is known color: Pattens Blue. HEX triplet: D3, EA and FB. RGB value is (211,234,251). Sum of RGB (Red+Green+Blue) = 211+234+251=696 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.32% from 696); Green value is 234 (91.80% from 255 or 33.62% 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 #D3EAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EAFB is #2C1504. Grayscale: #E4E4E4. Windows color (decimal): -2888965 or 16509651. OLE color: 16509651.

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

Color convert

RGB 211 234 251 -
CMYK 0.16 0.07 0 0.02
HSL 205.5º 0.83% 0.91% -
HSV(B) 205.5º 0.16% 0.98% -
XYZ 73.7 79.66 102.76 -
YUV 229.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 211 234 251 0.16 0.07 0 0.02 205.5 0.83 0.91
Hex D3 EA FB 10 7 0 2 CE 53 5B
Octal 323 352 373 20 7 0 2 316 123 133
Binary 11010011 11101010 11111011 10000 111 0 10 11001110 1010011 1011011

Color Harmonies of #D3EAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EAFB

Black with #D3EAFB

Text Example


Text Example

White with #D3EAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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