Html Css Color HEX #8BA8FA Jordy Blue

📋 copy color: '#8BA8FA'

red 139 ◦ green 168 ◦ blue 250

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

Shades of Jordy Blue #8BA8FA

Tints of Jordy Blue #8BA8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 24.96%
G = 30.16%
B = 44.88%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BA8FA (or 0x8BA8FA) is known color: Jordy Blue. HEX triplet: 8B, A8 and FA. RGB value is (139,168,250). Sum of RGB (Red+Green+Blue) = 139+168+250=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BA8FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA8FA is #745705. Grayscale: #A8A8A8. Windows color (decimal): -7624454 or 16427147. OLE color: 16427147.

HSL color Cylindrical-coordinate representation of color #8BA8FA: hue angle of 224.32º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BA8FA is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 168 250 -
CMYK 0.44 0.33 0 0.02
HSL 224.32º 0.92% 0.76% -
HSV(B) 224.32º 0.44% 0.98% -
XYZ 41.91 40.4 96.03 -
YUV 168.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 139 168 250 0.44 0.33 0 0.02 224.32 0.92 0.76
Hex 8B A8 FA 2C 21 0 2 E0 5C 4C
Octal 213 250 372 54 41 0 2 340 134 114
Binary 10001011 10101000 11111010 101100 100001 0 10 11100000 1011100 1001100

Color Harmonies of #8BA8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA8FA

Black with #8BA8FA

Text Example


Text Example

White with #8BA8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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