Html Css Color HEX #8BACF5 Jordy Blue

📋 copy color: '#8BACF5'

red 139 ◦ green 172 ◦ blue 245

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

Shades of Jordy Blue #8BACF5

Tints of Jordy Blue #8BACF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 44.06%

R = 25%
G = 30.94%
B = 44.06%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8BACF5 (or 0x8BACF5) is known color: Jordy Blue. HEX triplet: 8B, AC and F5. RGB value is (139,172,245). Sum of RGB (Red+Green+Blue) = 139+172+245=556 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 245 (96.09% from 255 or 44.06% from 556); Max value from RGB is 245 - color contains mainly: blue. Hex color #8BACF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACF5 is #74530A. Grayscale: #AAAAAA. Windows color (decimal): -7623435 or 16100491. OLE color: 16100491.

HSL color Cylindrical-coordinate representation of color #8BACF5: hue angle of 221.32º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BACF5 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 139 172 245 -
CMYK 0.43 0.30 0 0.04
HSL 221.32º 0.84% 0.75% -
HSV(B) 221.32º 0.43% 0.96% -
XYZ 41.88 41.59 92.21 -
YUV 170.46 170.07 105.56 -
System Red Green Blue C M Y K H S L
Decimal 139 172 245 0.43 0.30 0 0.04 221.32 0.84 0.75
Hex 8B AC F5 2B 1E 0 4 DD 54 4B
Octal 213 254 365 53 36 0 4 335 124 113
Binary 10001011 10101100 11110101 101011 11110 0 100 11011101 1010100 1001011

Color Harmonies of #8BACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACF5

Black with #8BACF5

Text Example


Text Example

White with #8BACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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