Html Css Color HEX #8BACE9 Jordy Blue

📋 copy color: '#8BACE9'

red 139 ◦ green 172 ◦ blue 233

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

Shades of Jordy Blue #8BACE9

Tints of Jordy Blue #8BACE9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.62%

 BLUE value IS 233 (91.41% from 255) = 42.83%

R = 25.55%
G = 31.62%
B = 42.83%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8BACE9 (or 0x8BACE9) is known color: Jordy Blue. HEX triplet: 8B, AC and E9. RGB value is (139,172,233). Sum of RGB (Red+Green+Blue) = 139+172+233=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #8BACE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACE9 is #745316. Grayscale: #A8A8A8. Windows color (decimal): -7623447 or 15314059. OLE color: 15314059.

HSL color Cylindrical-coordinate representation of color #8BACE9: hue angle of 218.94º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BACE9 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 139 172 233 -
CMYK 0.40 0.26 0 0.09
HSL 218.94º 0.68% 0.73% -
HSV(B) 218.94º 0.4% 0.91% -
XYZ 40.11 40.88 82.87 -
YUV 169.09 164.07 106.54 -
System Red Green Blue C M Y K H S L
Decimal 139 172 233 0.40 0.26 0 0.09 218.94 0.68 0.73
Hex 8B AC E9 28 1A 0 9 DB 44 49
Octal 213 254 351 50 32 0 11 333 104 111
Binary 10001011 10101100 11101001 101000 11010 0 1001 11011011 1000100 1001001

Color Harmonies of #8BACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACE9

Black with #8BACE9

Text Example


Text Example

White with #8BACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,172,233); }

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

background-color css

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

 a { background-color: rgb(139,172,233); }

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

border-color css

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

 span { border-color: rgb(139,172,233); }

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