Html Css Color HEX #8DABE1 Jordy Blue

📋 copy color: '#8DABE1'

red 141 ◦ green 171 ◦ blue 225

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

Shades of Jordy Blue #8DABE1

Tints of Jordy Blue #8DABE1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.84%

 BLUE value IS 225 (88.28% from 255) = 41.9%

R = 26.26%
G = 31.84%
B = 41.9%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8DABE1 (or 0x8DABE1) is known color: Jordy Blue. HEX triplet: 8D, AB and E1. RGB value is (141,171,225). Sum of RGB (Red+Green+Blue) = 141+171+225=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #8DABE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABE1 is #72541E. Grayscale: #A7A7A7. Windows color (decimal): -7492639 or 14789517. OLE color: 14789517.

HSL color Cylindrical-coordinate representation of color #8DABE1: hue angle of 218.57º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DABE1 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 141 171 225 -
CMYK 0.37 0.24 0 0.12
HSL 218.57º 0.58% 0.72% -
HSV(B) 218.57º 0.37% 0.88% -
XYZ 39.14 40.22 76.94 -
YUV 168.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 141 171 225 0.37 0.24 0 0.12 218.57 0.58 0.72
Hex 8D AB E1 25 18 0 C DB 3A 48
Octal 215 253 341 45 30 0 14 333 72 110
Binary 10001101 10101011 11100001 100101 11000 0 1100 11011011 111010 1001000

Color Harmonies of #8DABE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DABE1

Black with #8DABE1

Text Example


Text Example

White with #8DABE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,171,225); }

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

background-color css

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

 a { background-color: rgb(141,171,225); }

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

border-color css

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

 span { border-color: rgb(141,171,225); }

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