Html Css Color HEX #8BA8F1 Jordy Blue

📋 copy color: '#8BA8F1'

red 139 ◦ green 168 ◦ blue 241

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

Shades of Jordy Blue #8BA8F1

Tints of Jordy Blue #8BA8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.98%

R = 25.36%
G = 30.66%
B = 43.98%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8BA8F1 (or 0x8BA8F1) is known color: Jordy Blue. HEX triplet: 8B, A8 and F1. RGB value is (139,168,241). Sum of RGB (Red+Green+Blue) = 139+168+241=548 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.36% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BA8F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA8F1 is #74570E. Grayscale: #A7A7A7. Windows color (decimal): -7624463 or 15837323. OLE color: 15837323.

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

Color convert

RGB 139 168 241 -
CMYK 0.42 0.30 0 0.05
HSL 222.94º 0.78% 0.75% -
HSV(B) 222.94º 0.42% 0.95% -
XYZ 40.53 39.85 88.77 -
YUV 167.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 139 168 241 0.42 0.30 0 0.05 222.94 0.78 0.75
Hex 8B A8 F1 2A 1E 0 5 DF 4E 4B
Octal 213 250 361 52 36 0 5 337 116 113
Binary 10001011 10101000 11110001 101010 11110 0 101 11011111 1001110 1001011

Color Harmonies of #8BA8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA8F1

Black with #8BA8F1

Text Example


Text Example

White with #8BA8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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