Html Css Color HEX #8ABAE0 Jordy Blue

📋 copy color: '#8ABAE0'

red 138 ◦ green 186 ◦ blue 224

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

Shades of Jordy Blue #8ABAE0

Tints of Jordy Blue #8ABAE0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.94%

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

R = 25.18%
G = 33.94%
B = 40.88%

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

#8ABAE0 (or 0x8ABAE0) is known color: Jordy Blue. HEX triplet: 8A, BA and E0. RGB value is (138,186,224). Sum of RGB (Red+Green+Blue) = 138+186+224=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #8ABAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABAE0 is #75451F. Grayscale: #AFAFAF. Windows color (decimal): -7685408 or 14727818. OLE color: 14727818.

HSL color Cylindrical-coordinate representation of color #8ABAE0: hue angle of 206.51º 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 #8ABAE0 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 138 186 224 -
CMYK 0.38 0.17 0 0.12
HSL 206.51º 0.58% 0.71% -
HSV(B) 206.51º 0.38% 0.88% -
XYZ 41.49 45.9 77.19 -
YUV 175.98 155.1 100.91 -
System Red Green Blue C M Y K H S L
Decimal 138 186 224 0.38 0.17 0 0.12 206.51 0.58 0.71
Hex 8A BA E0 26 11 0 C CF 3A 47
Octal 212 272 340 46 21 0 14 317 72 107
Binary 10001010 10111010 11100000 100110 10001 0 1100 11001111 111010 1000111

Color Harmonies of #8ABAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABAE0

Black with #8ABAE0

Text Example


Text Example

White with #8ABAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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