Html Css Color HEX #8BA7F3 Jordy Blue

📋 copy color: '#8BA7F3'

red 139 ◦ green 167 ◦ blue 243

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

Shades of Jordy Blue #8BA7F3

Tints of Jordy Blue #8BA7F3

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.42%

 BLUE value IS 243 (95.31% from 255) = 44.26%

R = 25.32%
G = 30.42%
B = 44.26%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8BA7F3 (or 0x8BA7F3) is known color: Jordy Blue. HEX triplet: 8B, A7 and F3. RGB value is (139,167,243). Sum of RGB (Red+Green+Blue) = 139+167+243=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #8BA7F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA7F3 is #74580C. Grayscale: #A6A6A6. Windows color (decimal): -7624717 or 15968139. OLE color: 15968139.

HSL color Cylindrical-coordinate representation of color #8BA7F3: hue angle of 223.85º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BA7F3 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 167 243 -
CMYK 0.43 0.31 0 0.05
HSL 223.85º 0.81% 0.75% -
HSV(B) 223.85º 0.43% 0.95% -
XYZ 40.64 39.6 90.29 -
YUV 167.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 139 167 243 0.43 0.31 0 0.05 223.85 0.81 0.75
Hex 8B A7 F3 2B 1F 0 5 E0 51 4B
Octal 213 247 363 53 37 0 5 340 121 113
Binary 10001011 10100111 11110011 101011 11111 0 101 11100000 1010001 1001011

Color Harmonies of #8BA7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA7F3

Black with #8BA7F3

Text Example


Text Example

White with #8BA7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,167,243); }

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

background-color css

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

 a { background-color: rgb(139,167,243); }

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

border-color css

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

 span { border-color: rgb(139,167,243); }

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