Html Css Color HEX #8BA9F1 Jordy Blue

📋 copy color: '#8BA9F1'

red 139 ◦ green 169 ◦ blue 241

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

Shades of Jordy Blue #8BA9F1

Tints of Jordy Blue #8BA9F1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.78%

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

R = 25.32%
G = 30.78%
B = 43.9%

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

#8BA9F1 (or 0x8BA9F1) is known color: Jordy Blue. HEX triplet: 8B, A9 and F1. RGB value is (139,169,241). Sum of RGB (Red+Green+Blue) = 139+169+241=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BA9F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA9F1 is #74560E. Grayscale: #A7A7A7. Windows color (decimal): -7624207 or 15837579. OLE color: 15837579.

HSL color Cylindrical-coordinate representation of color #8BA9F1: hue angle of 222.35º 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 #8BA9F1 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 169 241 -
CMYK 0.42 0.30 0 0.05
HSL 222.35º 0.78% 0.75% -
HSV(B) 222.35º 0.42% 0.95% -
XYZ 40.71 40.22 88.84 -
YUV 168.24 169.06 107.15 -
System Red Green Blue C M Y K H S L
Decimal 139 169 241 0.42 0.30 0 0.05 222.35 0.78 0.75
Hex 8B A9 F1 2A 1E 0 5 DE 4E 4B
Octal 213 251 361 52 36 0 5 336 116 113
Binary 10001011 10101001 11110001 101010 11110 0 101 11011110 1001110 1001011

Color Harmonies of #8BA9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA9F1

Black with #8BA9F1

Text Example


Text Example

White with #8BA9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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