Html Css Color HEX #8BAAFF Jordy Blue

📋 copy color: '#8BAAFF'

red 139 ◦ green 170 ◦ blue 255

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

Shades of Jordy Blue #8BAAFF

Tints of Jordy Blue #8BAAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.21%

R = 24.65%
G = 30.14%
B = 45.21%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8BAAFF (or 0x8BAAFF) is known color: Jordy Blue. HEX triplet: 8B, AA and FF. RGB value is (139,170,255). Sum of RGB (Red+Green+Blue) = 139+170+255=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BAAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAAFF is #745500. Grayscale: #AAAAAA. Windows color (decimal): -7623937 or 16755339. OLE color: 16755339.

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

Color convert

RGB 139 170 255 -
CMYK 0.45 0.33 0 0
HSL 223.97º 1% 0.77% -
HSV(B) 223.97º 0.45% 1% -
XYZ 43.07 41.46 100.34 -
YUV 170.42 175.73 105.59 -
System Red Green Blue C M Y K H S L
Decimal 139 170 255 0.45 0.33 0 0 223.97 1 0.77
Hex 8B AA FF 2D 21 0 0 E0 64 4D
Octal 213 252 377 55 41 0 0 340 144 115
Binary 10001011 10101010 11111111 101101 100001 0 0 11100000 1100100 1001101

Color Harmonies of #8BAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAAFF

Black with #8BAAFF

Text Example


Text Example

White with #8BAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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