Html Css Color HEX #8DACE4 Jordy Blue

📋 copy color: '#8DACE4'

red 141 ◦ green 172 ◦ blue 228

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

Shades of Jordy Blue #8DACE4

Tints of Jordy Blue #8DACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.14%

R = 26.06%
G = 31.79%
B = 42.14%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8DACE4 (or 0x8DACE4) is known color: Jordy Blue. HEX triplet: 8D, AC and E4. RGB value is (141,172,228). Sum of RGB (Red+Green+Blue) = 141+172+228=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: blue. Hex color #8DACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACE4 is #72531B. Grayscale: #A8A8A8. Windows color (decimal): -7492380 or 14986381. OLE color: 14986381.

HSL color Cylindrical-coordinate representation of color #8DACE4: hue angle of 218.62º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DACE4 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 141 172 228 -
CMYK 0.38 0.25 0 0.11
HSL 218.62º 0.62% 0.72% -
HSV(B) 218.62º 0.38% 0.89% -
XYZ 39.74 40.77 79.17 -
YUV 169.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 141 172 228 0.38 0.25 0 0.11 218.62 0.62 0.72
Hex 8D AC E4 26 19 0 B DB 3E 48
Octal 215 254 344 46 31 0 13 333 76 110
Binary 10001101 10101100 11100100 100110 11001 0 1011 11011011 111110 1001000

Color Harmonies of #8DACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DACE4

Black with #8DACE4

Text Example


Text Example

White with #8DACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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