Html Css Color HEX #8BACFF Jordy Blue

📋 copy color: '#8BACFF'

red 139 ◦ green 172 ◦ blue 255

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

Shades of Jordy Blue #8BACFF

Tints of Jordy Blue #8BACFF

RGB

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

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

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

R = 24.56%
G = 30.39%
B = 45.05%

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

#8BACFF (or 0x8BACFF) is known color: Jordy Blue. HEX triplet: 8B, AC and FF. RGB value is (139,172,255). Sum of RGB (Red+Green+Blue) = 139+172+255=566 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.56% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACFF is #745300. Grayscale: #ABABAB. Windows color (decimal): -7623425 or 16755851. OLE color: 16755851.

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

Color convert

RGB 139 172 255 -
CMYK 0.45 0.33 0 0
HSL 222.93º 1% 0.77% -
HSV(B) 222.93º 0.45% 1% -
XYZ 43.45 42.21 100.47 -
YUV 171.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 139 172 255 0.45 0.33 0 0 222.93 1 0.77
Hex 8B AC FF 2D 21 0 0 DF 64 4D
Octal 213 254 377 55 41 0 0 337 144 115
Binary 10001011 10101100 11111111 101101 100001 0 0 11011111 1100100 1001101

Color Harmonies of #8BACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACFF

Black with #8BACFF

Text Example


Text Example

White with #8BACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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