Html Css Color HEX #8BABFE Jordy Blue

📋 copy color: '#8BABFE'

red 139 ◦ green 171 ◦ blue 254

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

Shades of Jordy Blue #8BABFE

Tints of Jordy Blue #8BABFE

RGB

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

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

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

R = 24.65%
G = 30.32%
B = 45.04%

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

#8BABFE (or 0x8BABFE) is known color: Jordy Blue. HEX triplet: 8B, AB and FE. RGB value is (139,171,254). Sum of RGB (Red+Green+Blue) = 139+171+254=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BABFE is #745401. Grayscale: #AAAAAA. Windows color (decimal): -7623682 or 16690059. OLE color: 16690059.

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

Color convert

RGB 139 171 254 -
CMYK 0.45 0.33 0 0.00
HSL 223.3º 0.98% 0.77% -
HSV(B) 223.3º 0.45% 1% -
XYZ 43.1 41.77 99.56 -
YUV 170.89 174.9 105.25 -
System Red Green Blue C M Y K H S L
Decimal 139 171 254 0.45 0.33 0 0.00 223.3 0.98 0.77
Hex 8B AB FE 2D 21 0 0 DF 62 4D
Octal 213 253 376 55 41 0 0 337 142 115
Binary 10001011 10101011 11111110 101101 100001 0 0 11011111 1100010 1001101

Color Harmonies of #8BABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BABFE

Black with #8BABFE

Text Example


Text Example

White with #8BABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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