Html Css Color HEX #8BAAFA Jordy Blue

📋 copy color: '#8BAAFA'

red 139 ◦ green 170 ◦ blue 250

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

Shades of Jordy Blue #8BAAFA

Tints of Jordy Blue #8BAAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.41%

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

R = 24.87%
G = 30.41%
B = 44.72%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BAAFA (or 0x8BAAFA) is known color: Jordy Blue. HEX triplet: 8B, AA and FA. RGB value is (139,170,250). Sum of RGB (Red+Green+Blue) = 139+170+250=559 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.87% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BAAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAAFA is #745505. Grayscale: #A9A9A9. Windows color (decimal): -7623942 or 16427659. OLE color: 16427659.

HSL color Cylindrical-coordinate representation of color #8BAAFA: hue angle of 223.24º 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 #8BAAFA is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 170 250 -
CMYK 0.44 0.32 0 0.02
HSL 223.24º 0.92% 0.76% -
HSV(B) 223.24º 0.44% 0.98% -
XYZ 42.28 41.14 96.16 -
YUV 169.85 173.23 106 -
System Red Green Blue C M Y K H S L
Decimal 139 170 250 0.44 0.32 0 0.02 223.24 0.92 0.76
Hex 8B AA FA 2C 20 0 2 DF 5C 4C
Octal 213 252 372 54 40 0 2 337 134 114
Binary 10001011 10101010 11111010 101100 100000 0 10 11011111 1011100 1001100

Color Harmonies of #8BAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAAFA

Black with #8BAAFA

Text Example


Text Example

White with #8BAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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