Html Css Color HEX #8BAAEB Jordy Blue

📋 copy color: '#8BAAEB'

red 139 ◦ green 170 ◦ blue 235

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

Shades of Jordy Blue #8BAAEB

Tints of Jordy Blue #8BAAEB

RGB

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

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

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

R = 25.55%
G = 31.25%
B = 43.2%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8BAAEB (or 0x8BAAEB) is known color: Jordy Blue. HEX triplet: 8B, AA and EB. RGB value is (139,170,235). Sum of RGB (Red+Green+Blue) = 139+170+235=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAAEB is #745514. Grayscale: #A7A7A7. Windows color (decimal): -7623957 or 15444619. OLE color: 15444619.

HSL color Cylindrical-coordinate representation of color #8BAAEB: hue angle of 220.62º 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 #8BAAEB is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 139 170 235 -
CMYK 0.41 0.28 0 0.08
HSL 220.63º 0.71% 0.73% -
HSV(B) 220.63º 0.41% 0.92% -
XYZ 40.02 40.24 84.25 -
YUV 168.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 139 170 235 0.41 0.28 0 0.08 220.63 0.71 0.73
Hex 8B AA EB 29 1C 0 8 DD 47 49
Octal 213 252 353 51 34 0 10 335 107 111
Binary 10001011 10101010 11101011 101001 11100 0 1000 11011101 1000111 1001001

Color Harmonies of #8BAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAAEB

Black with #8BAAEB

Text Example


Text Example

White with #8BAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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