Html Css Color HEX #8BAAE0 Jordy Blue

📋 copy color: '#8BAAE0'

red 139 ◦ green 170 ◦ blue 224

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

Shades of Jordy Blue #8BAAE0

Tints of Jordy Blue #8BAAE0

RGB

 RED value IS 139 (54.69% from 255) = 26.08%

 GREEN value IS 170 (66.8% from 255) = 31.89%

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

R = 26.08%
G = 31.89%
B = 42.03%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8BAAE0 (or 0x8BAAE0) is known color: Jordy Blue. HEX triplet: 8B, AA and E0. RGB value is (139,170,224). Sum of RGB (Red+Green+Blue) = 139+170+224=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #8BAAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAAE0 is #74551F. Grayscale: #A6A6A6. Windows color (decimal): -7623968 or 14723723. OLE color: 14723723.

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

Color convert

RGB 139 170 224 -
CMYK 0.38 0.24 0 0.12
HSL 218.12º 0.58% 0.71% -
HSV(B) 218.12º 0.38% 0.88% -
XYZ 38.48 39.62 76.14 -
YUV 166.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 139 170 224 0.38 0.24 0 0.12 218.12 0.58 0.71
Hex 8B AA E0 26 18 0 C DA 3A 47
Octal 213 252 340 46 30 0 14 332 72 107
Binary 10001011 10101010 11100000 100110 11000 0 1100 11011010 111010 1000111

Color Harmonies of #8BAAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAAE0

Black with #8BAAE0

Text Example


Text Example

White with #8BAAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,170,224); }

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

background-color css

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

 a { background-color: rgb(139,170,224); }

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

border-color css

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

 span { border-color: rgb(139,170,224); }

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