Html Css Color HEX #8BABEB Jordy Blue

📋 copy color: '#8BABEB'

red 139 ◦ green 171 ◦ blue 235

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

Shades of Jordy Blue #8BABEB

Tints of Jordy Blue #8BABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.38%

 BLUE value IS 235 (92.19% from 255) = 43.12%

R = 25.5%
G = 31.38%
B = 43.12%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8BABEB (or 0x8BABEB) is known color: Jordy Blue. HEX triplet: 8B, AB and EB. RGB value is (139,171,235). Sum of RGB (Red+Green+Blue) = 139+171+235=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BABEB is #745414. Grayscale: #A8A8A8. Windows color (decimal): -7623701 or 15444875. OLE color: 15444875.

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

Color convert

RGB 139 171 235 -
CMYK 0.41 0.27 0 0.08
HSL 220º 0.71% 0.73% -
HSV(B) 220º 0.41% 0.92% -
XYZ 40.21 40.61 84.32 -
YUV 168.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 139 171 235 0.41 0.27 0 0.08 220 0.71 0.73
Hex 8B AB EB 29 1B 0 8 DC 47 49
Octal 213 253 353 51 33 0 10 334 107 111
Binary 10001011 10101011 11101011 101001 11011 0 1000 11011100 1000111 1001001

Color Harmonies of #8BABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BABEB

Black with #8BABEB

Text Example


Text Example

White with #8BABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,171,235); }

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

background-color css

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

 a { background-color: rgb(139,171,235); }

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

border-color css

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

 span { border-color: rgb(139,171,235); }

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