Html Css Color HEX #8BA8EA Jordy Blue

📋 copy color: '#8BA8EA'

red 139 ◦ green 168 ◦ blue 234

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

Shades of Jordy Blue #8BA8EA

Tints of Jordy Blue #8BA8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.05%

 BLUE value IS 234 (91.8% from 255) = 43.25%

R = 25.69%
G = 31.05%
B = 43.25%

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

#8BA8EA (or 0x8BA8EA) is known color: Jordy Blue. HEX triplet: 8B, A8 and EA. RGB value is (139,168,234). Sum of RGB (Red+Green+Blue) = 139+168+234=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BA8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA8EA is #745715. Grayscale: #A6A6A6. Windows color (decimal): -7624470 or 15378571. OLE color: 15378571.

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

Color convert

RGB 139 168 234 -
CMYK 0.41 0.28 0 0.08
HSL 221.68º 0.69% 0.73% -
HSV(B) 221.68º 0.41% 0.92% -
XYZ 39.5 39.43 83.37 -
YUV 166.85 165.89 108.13 -
System Red Green Blue C M Y K H S L
Decimal 139 168 234 0.41 0.28 0 0.08 221.68 0.69 0.73
Hex 8B A8 EA 29 1C 0 8 DE 45 49
Octal 213 250 352 51 34 0 10 336 105 111
Binary 10001011 10101000 11101010 101001 11100 0 1000 11011110 1000101 1001001

Color Harmonies of #8BA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA8EA

Black with #8BA8EA

Text Example


Text Example

White with #8BA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,168,234); }

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

background-color css

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

 a { background-color: rgb(139,168,234); }

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

border-color css

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

 span { border-color: rgb(139,168,234); }

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