Html Css Color HEX #8AADEA Jordy Blue

📋 copy color: '#8AADEA'

red 138 ◦ green 173 ◦ blue 234

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

Shades of Jordy Blue #8AADEA

Tints of Jordy Blue #8AADEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.94%

R = 25.32%
G = 31.74%
B = 42.94%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8AADEA (or 0x8AADEA) is known color: Jordy Blue. HEX triplet: 8A, AD and EA. RGB value is (138,173,234). Sum of RGB (Red+Green+Blue) = 138+173+234=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #8AADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AADEA is #755215. Grayscale: #A9A9A9. Windows color (decimal): -7688726 or 15379850. OLE color: 15379850.

HSL color Cylindrical-coordinate representation of color #8AADEA: hue angle of 218.12º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AADEA is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 138 173 234 -
CMYK 0.41 0.26 0 0.08
HSL 218.13º 0.7% 0.73% -
HSV(B) 218.13º 0.41% 0.92% -
XYZ 40.28 41.23 83.68 -
YUV 169.49 164.4 105.54 -
System Red Green Blue C M Y K H S L
Decimal 138 173 234 0.41 0.26 0 0.08 218.13 0.7 0.73
Hex 8A AD EA 29 1A 0 8 DA 46 49
Octal 212 255 352 51 32 0 10 332 106 111
Binary 10001010 10101101 11101010 101001 11010 0 1000 11011010 1000110 1001001

Color Harmonies of #8AADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADEA

Black with #8AADEA

Text Example


Text Example

White with #8AADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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