Html Css Color HEX #8BABFF Jordy Blue

📋 copy color: '#8BABFF'

red 139 ◦ green 171 ◦ blue 255

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

Shades of Jordy Blue #8BABFF

Tints of Jordy Blue #8BABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.27%

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

R = 24.6%
G = 30.27%
B = 45.13%

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

#8BABFF (or 0x8BABFF) is known color: Jordy Blue. HEX triplet: 8B, AB and FF. RGB value is (139,171,255). Sum of RGB (Red+Green+Blue) = 139+171+255=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BABFF is #745400. Grayscale: #AAAAAA. Windows color (decimal): -7623681 or 16755595. OLE color: 16755595.

HSL color Cylindrical-coordinate representation of color #8BABFF: hue angle of 223.45º 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 #8BABFF is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 139 171 255 -
CMYK 0.45 0.33 0 0
HSL 223.45º 1% 0.77% -
HSV(B) 223.45º 0.45% 1% -
XYZ 43.26 41.83 100.4 -
YUV 171.01 175.4 105.17 -
System Red Green Blue C M Y K H S L
Decimal 139 171 255 0.45 0.33 0 0 223.45 1 0.77
Hex 8B AB FF 2D 21 0 0 DF 64 4D
Octal 213 253 377 55 41 0 0 337 144 115
Binary 10001011 10101011 11111111 101101 100001 0 0 11011111 1100100 1001101

Color Harmonies of #8BABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BABFF

Black with #8BABFF

Text Example


Text Example

White with #8BABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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