Html Css Color HEX #8AB9E0 Jordy Blue

📋 copy color: '#8AB9E0'

red 138 ◦ green 185 ◦ blue 224

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

Shades of Jordy Blue #8AB9E0

Tints of Jordy Blue #8AB9E0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.82%

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

R = 25.23%
G = 33.82%
B = 40.95%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8AB9E0 (or 0x8AB9E0) is known color: Jordy Blue. HEX triplet: 8A, B9 and E0. RGB value is (138,185,224). Sum of RGB (Red+Green+Blue) = 138+185+224=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #8AB9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB9E0 is #75461F. Grayscale: #AFAFAF. Windows color (decimal): -7685664 or 14727562. OLE color: 14727562.

HSL color Cylindrical-coordinate representation of color #8AB9E0: hue angle of 207.21º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AB9E0 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 138 185 224 -
CMYK 0.38 0.17 0 0.12
HSL 207.21º 0.58% 0.71% -
HSV(B) 207.21º 0.38% 0.88% -
XYZ 41.28 45.48 77.12 -
YUV 175.39 155.43 101.33 -
System Red Green Blue C M Y K H S L
Decimal 138 185 224 0.38 0.17 0 0.12 207.21 0.58 0.71
Hex 8A B9 E0 26 11 0 C CF 3A 47
Octal 212 271 340 46 21 0 14 317 72 107
Binary 10001010 10111001 11100000 100110 10001 0 1100 11001111 111010 1000111

Color Harmonies of #8AB9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB9E0

Black with #8AB9E0

Text Example


Text Example

White with #8AB9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,185,224); }

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

background-color css

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

 a { background-color: rgb(138,185,224); }

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

border-color css

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

 span { border-color: rgb(138,185,224); }

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