Html Css Color HEX #8DA6EE Portage

📋 copy color: '#8DA6EE'

red 141 ◦ green 166 ◦ blue 238

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

Shades of Portage #8DA6EE

Tints of Portage #8DA6EE

RGB

 RED value IS 141 (55.47% from 255) = 25.87%

 GREEN value IS 166 (65.23% from 255) = 30.46%

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 25.87%
G = 30.46%
B = 43.67%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DA6EE (or 0x8DA6EE) is known color: Portage. HEX triplet: 8D, A6 and EE. RGB value is (141,166,238). Sum of RGB (Red+Green+Blue) = 141+166+238=545 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.87% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DA6EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA6EE is #725911. Grayscale: #A6A6A6. Windows color (decimal): -7493906 or 15640205. OLE color: 15640205.

HSL color Cylindrical-coordinate representation of color #8DA6EE: hue angle of 224.54º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DA6EE is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 166 238 -
CMYK 0.41 0.30 0 0.07
HSL 224.54º 0.74% 0.74% -
HSV(B) 224.54º 0.41% 0.93% -
XYZ 40.05 39.11 86.33 -
YUV 166.73 168.22 109.65 -
System Red Green Blue C M Y K H S L
Decimal 141 166 238 0.41 0.30 0 0.07 224.54 0.74 0.74
Hex 8D A6 EE 29 1E 0 7 E1 4A 4A
Octal 215 246 356 51 36 0 7 341 112 112
Binary 10001101 10100110 11101110 101001 11110 0 111 11100001 1001010 1001010

Color Harmonies of #8DA6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA6EE

Black with #8DA6EE

Text Example


Text Example

White with #8DA6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DA6EE; }

 p { color: rgb(141,166,238); }

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

background-color css

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

 a { background-color: rgb(141,166,238); }

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

border-color css

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

 span { border-color: rgb(141,166,238); }

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