Html Css Color HEX #8BACFB Jordy Blue

📋 copy color: '#8BACFB'

red 139 ◦ green 172 ◦ blue 251

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

Shades of Jordy Blue #8BACFB

Tints of Jordy Blue #8BACFB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.6%

 BLUE value IS 251 (98.44% from 255) = 44.66%

R = 24.73%
G = 30.6%
B = 44.66%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BACFB (or 0x8BACFB) is known color: Jordy Blue. HEX triplet: 8B, AC and FB. RGB value is (139,172,251). Sum of RGB (Red+Green+Blue) = 139+172+251=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BACFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACFB is #745304. Grayscale: #AAAAAA. Windows color (decimal): -7623429 or 16493707. OLE color: 16493707.

HSL color Cylindrical-coordinate representation of color #8BACFB: hue angle of 222.32º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BACFB is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 172 251 -
CMYK 0.45 0.31 0 0.02
HSL 222.32º 0.93% 0.76% -
HSV(B) 222.32º 0.45% 0.98% -
XYZ 42.81 41.96 97.11 -
YUV 171.14 173.07 105.08 -
System Red Green Blue C M Y K H S L
Decimal 139 172 251 0.45 0.31 0 0.02 222.32 0.93 0.76
Hex 8B AC FB 2D 1F 0 2 DE 5D 4C
Octal 213 254 373 55 37 0 2 336 135 114
Binary 10001011 10101100 11111011 101101 11111 0 10 11011110 1011101 1001100

Color Harmonies of #8BACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACFB

Black with #8BACFB

Text Example


Text Example

White with #8BACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,172,251); }

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

background-color css

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

 a { background-color: rgb(139,172,251); }

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

border-color css

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

 span { border-color: rgb(139,172,251); }

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