Html Css Color HEX #8BACE8 Jordy Blue

📋 copy color: '#8BACE8'

red 139 ◦ green 172 ◦ blue 232

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

Shades of Jordy Blue #8BACE8

Tints of Jordy Blue #8BACE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.73%

R = 25.6%
G = 31.68%
B = 42.73%

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

#8BACE8 (or 0x8BACE8) is known color: Jordy Blue. HEX triplet: 8B, AC and E8. RGB value is (139,172,232). Sum of RGB (Red+Green+Blue) = 139+172+232=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 232 - color contains mainly: blue. Hex color #8BACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACE8 is #745317. Grayscale: #A8A8A8. Windows color (decimal): -7623448 or 15248523. OLE color: 15248523.

HSL color Cylindrical-coordinate representation of color #8BACE8: hue angle of 218.71º degrees, saturation: 0.67, 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 #8BACE8 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 139 172 232 -
CMYK 0.40 0.26 0 0.09
HSL 218.71º 0.67% 0.73% -
HSV(B) 218.71º 0.4% 0.91% -
XYZ 39.97 40.82 82.12 -
YUV 168.97 163.57 106.62 -
System Red Green Blue C M Y K H S L
Decimal 139 172 232 0.40 0.26 0 0.09 218.71 0.67 0.73
Hex 8B AC E8 28 1A 0 9 DB 43 49
Octal 213 254 350 50 32 0 11 333 103 111
Binary 10001011 10101100 11101000 101000 11010 0 1001 11011011 1000011 1001001

Color Harmonies of #8BACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACE8

Black with #8BACE8

Text Example


Text Example

White with #8BACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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