Html Css Color HEX #8BACED Jordy Blue

📋 copy color: '#8BACED'

red 139 ◦ green 172 ◦ blue 237

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

Shades of Jordy Blue #8BACED

Tints of Jordy Blue #8BACED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 25.36%
G = 31.39%
B = 43.25%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BACED (or 0x8BACED) is known color: Jordy Blue. HEX triplet: 8B, AC and ED. RGB value is (139,172,237). Sum of RGB (Red+Green+Blue) = 139+172+237=548 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.36% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACED is #745312. Grayscale: #A9A9A9. Windows color (decimal): -7623443 or 15576203. OLE color: 15576203.

HSL color Cylindrical-coordinate representation of color #8BACED: hue angle of 219.8º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BACED is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 172 237 -
CMYK 0.41 0.27 0 0.07
HSL 219.8º 0.73% 0.74% -
HSV(B) 219.8º 0.41% 0.93% -
XYZ 40.69 41.11 85.91 -
YUV 169.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 139 172 237 0.41 0.27 0 0.07 219.8 0.73 0.74
Hex 8B AC ED 29 1B 0 7 DC 49 4A
Octal 213 254 355 51 33 0 7 334 111 112
Binary 10001011 10101100 11101101 101001 11011 0 111 11011100 1001001 1001010

Color Harmonies of #8BACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACED

Black with #8BACED

Text Example


Text Example

White with #8BACED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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