Html Css Color HEX #8AADE6 Jordy Blue

📋 copy color: '#8AADE6'

red 138 ◦ green 173 ◦ blue 230

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

Shades of Jordy Blue #8AADE6

Tints of Jordy Blue #8AADE6

RGB

 RED value IS 138 (54.3% from 255) = 25.51%

 GREEN value IS 173 (67.97% from 255) = 31.98%

 BLUE value IS 230 (90.23% from 255) = 42.51%

R = 25.51%
G = 31.98%
B = 42.51%

CMYK

 C value IS 0.4

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8AADE6 (or 0x8AADE6) is known color: Jordy Blue. HEX triplet: 8A, AD and E6. RGB value is (138,173,230). Sum of RGB (Red+Green+Blue) = 138+173+230=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #8AADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AADE6 is #755219. Grayscale: #A8A8A8. Windows color (decimal): -7688730 or 15117706. OLE color: 15117706.

HSL color Cylindrical-coordinate representation of color #8AADE6: hue angle of 217.17º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AADE6 is Cyan = 0.4, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 173 230 -
CMYK 0.4 0.25 0 0.10
HSL 217.17º 0.65% 0.72% -
HSV(B) 217.17º 0.4% 0.9% -
XYZ 39.71 41 80.68 -
YUV 169.03 162.4 105.87 -
System Red Green Blue C M Y K H S L
Decimal 138 173 230 0.4 0.25 0 0.10 217.17 0.65 0.72
Hex 8A AD E6 28 19 0 A D9 41 48
Octal 212 255 346 50 31 0 12 331 101 110
Binary 10001010 10101101 11100110 101000 11001 0 1010 11011001 1000001 1001000

Color Harmonies of #8AADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADE6

Black with #8AADE6

Text Example


Text Example

White with #8AADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,173,230); }

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

background-color css

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

 a { background-color: rgb(138,173,230); }

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

border-color css

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

 span { border-color: rgb(138,173,230); }

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