Html Css Color HEX #8DACE8 Jordy Blue

📋 copy color: '#8DACE8'

red 141 ◦ green 172 ◦ blue 232

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

Shades of Jordy Blue #8DACE8

Tints of Jordy Blue #8DACE8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.56%

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

R = 25.87%
G = 31.56%
B = 42.57%

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

#8DACE8 (or 0x8DACE8) is known color: Jordy Blue. HEX triplet: 8D, AC and E8. RGB value is (141,172,232). Sum of RGB (Red+Green+Blue) = 141+172+232=545 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.87% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #8DACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACE8 is #725317. Grayscale: #A9A9A9. Windows color (decimal): -7492376 or 15248525. OLE color: 15248525.

HSL color Cylindrical-coordinate representation of color #8DACE8: hue angle of 219.56º 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 #8DACE8 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 141 172 232 -
CMYK 0.39 0.26 0 0.09
HSL 219.56º 0.66% 0.73% -
HSV(B) 219.56º 0.39% 0.91% -
XYZ 40.3 40.99 82.13 -
YUV 169.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 141 172 232 0.39 0.26 0 0.09 219.56 0.66 0.73
Hex 8D AC E8 27 1A 0 9 DC 42 49
Octal 215 254 350 47 32 0 11 334 102 111
Binary 10001101 10101100 11101000 100111 11010 0 1001 11011100 1000010 1001001

Color Harmonies of #8DACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DACE8

Black with #8DACE8

Text Example


Text Example

White with #8DACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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