Html Css Color HEX #8DABE8 Jordy Blue

📋 copy color: '#8DABE8'

red 141 ◦ green 171 ◦ blue 232

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

Shades of Jordy Blue #8DABE8

Tints of Jordy Blue #8DABE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.65%

R = 25.92%
G = 31.43%
B = 42.65%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8DABE8 (or 0x8DABE8) is known color: Jordy Blue. HEX triplet: 8D, AB and E8. RGB value is (141,171,232). Sum of RGB (Red+Green+Blue) = 141+171+232=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #8DABE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DABE8 is #725417. Grayscale: #A8A8A8. Windows color (decimal): -7492632 or 15248269. OLE color: 15248269.

HSL color Cylindrical-coordinate representation of color #8DABE8: hue angle of 220.22º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DABE8 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 141 171 232 -
CMYK 0.39 0.26 0 0.09
HSL 220.22º 0.66% 0.73% -
HSV(B) 220.22º 0.39% 0.91% -
XYZ 40.11 40.61 82.07 -
YUV 168.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 141 171 232 0.39 0.26 0 0.09 220.22 0.66 0.73
Hex 8D AB E8 27 1A 0 9 DC 42 49
Octal 215 253 350 47 32 0 11 334 102 111
Binary 10001101 10101011 11101000 100111 11010 0 1001 11011100 1000010 1001001

Color Harmonies of #8DABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DABE8

Black with #8DABE8

Text Example


Text Example

White with #8DABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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