Html Css Color HEX #8DACE0 Jordy Blue

📋 copy color: '#8DACE0'

red 141 ◦ green 172 ◦ blue 224

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

Shades of Jordy Blue #8DACE0

Tints of Jordy Blue #8DACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.71%

R = 26.26%
G = 32.03%
B = 41.71%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8DACE0 (or 0x8DACE0) is known color: Jordy Blue. HEX triplet: 8D, AC and E0. RGB value is (141,172,224). Sum of RGB (Red+Green+Blue) = 141+172+224=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #8DACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACE0 is #72531F. Grayscale: #A8A8A8. Windows color (decimal): -7492384 or 14724237. OLE color: 14724237.

HSL color Cylindrical-coordinate representation of color #8DACE0: hue angle of 217.59º degrees, saturation: 0.57, 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 #8DACE0 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 141 172 224 -
CMYK 0.37 0.23 0 0.12
HSL 217.59º 0.57% 0.72% -
HSV(B) 217.59º 0.37% 0.88% -
XYZ 39.19 40.55 76.28 -
YUV 168.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 141 172 224 0.37 0.23 0 0.12 217.59 0.57 0.72
Hex 8D AC E0 25 17 0 C DA 39 48
Octal 215 254 340 45 27 0 14 332 71 110
Binary 10001101 10101100 11100000 100101 10111 0 1100 11011010 111001 1001000

Color Harmonies of #8DACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DACE0

Black with #8DACE0

Text Example


Text Example

White with #8DACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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