Html Css Color HEX #8BA9FE Jordy Blue

📋 copy color: '#8BA9FE'

red 139 ◦ green 169 ◦ blue 254

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

Shades of Jordy Blue #8BA9FE

Tints of Jordy Blue #8BA9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.2%

R = 24.73%
G = 30.07%
B = 45.2%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8BA9FE (or 0x8BA9FE) is known color: Jordy Blue. HEX triplet: 8B, A9 and FE. RGB value is (139,169,254). Sum of RGB (Red+Green+Blue) = 139+169+254=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BA9FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA9FE is #745601. Grayscale: #A9A9A9. Windows color (decimal): -7624194 or 16689547. OLE color: 16689547.

HSL color Cylindrical-coordinate representation of color #8BA9FE: hue angle of 224.35º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA9FE is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 139 169 254 -
CMYK 0.45 0.33 0 0.00
HSL 224.35º 0.98% 0.77% -
HSV(B) 224.35º 0.45% 1% -
XYZ 42.72 41.02 99.43 -
YUV 169.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 139 169 254 0.45 0.33 0 0.00 224.35 0.98 0.77
Hex 8B A9 FE 2D 21 0 0 E0 62 4D
Octal 213 251 376 55 41 0 0 340 142 115
Binary 10001011 10101001 11111110 101101 100001 0 0 11100000 1100010 1001101

Color Harmonies of #8BA9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA9FE

Black with #8BA9FE

Text Example


Text Example

White with #8BA9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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