Html Css Color HEX #8BA7F0 Jordy Blue

📋 copy color: '#8BA7F0'

red 139 ◦ green 167 ◦ blue 240

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

Shades of Jordy Blue #8BA7F0

Tints of Jordy Blue #8BA7F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.96%

R = 25.46%
G = 30.59%
B = 43.96%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8BA7F0 (or 0x8BA7F0) is known color: Jordy Blue. HEX triplet: 8B, A7 and F0. RGB value is (139,167,240). Sum of RGB (Red+Green+Blue) = 139+167+240=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #8BA7F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA7F0 is #74580F. Grayscale: #A6A6A6. Windows color (decimal): -7624720 or 15771531. OLE color: 15771531.

HSL color Cylindrical-coordinate representation of color #8BA7F0: hue angle of 223.37º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BA7F0 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 139 167 240 -
CMYK 0.42 0.30 0 0.06
HSL 223.37º 0.77% 0.74% -
HSV(B) 223.37º 0.42% 0.94% -
XYZ 40.19 39.42 87.93 -
YUV 166.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 139 167 240 0.42 0.30 0 0.06 223.37 0.77 0.74
Hex 8B A7 F0 2A 1E 0 6 DF 4D 4A
Octal 213 247 360 52 36 0 6 337 115 112
Binary 10001011 10100111 11110000 101010 11110 0 110 11011111 1001101 1001010

Color Harmonies of #8BA7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA7F0

Black with #8BA7F0

Text Example


Text Example

White with #8BA7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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