Html Css Color HEX #8BACF3 Jordy Blue

📋 copy color: '#8BACF3'

red 139 ◦ green 172 ◦ blue 243

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

Shades of Jordy Blue #8BACF3

Tints of Jordy Blue #8BACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.86%

R = 25.09%
G = 31.05%
B = 43.86%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8BACF3 (or 0x8BACF3) is known color: Jordy Blue. HEX triplet: 8B, AC and F3. RGB value is (139,172,243). Sum of RGB (Red+Green+Blue) = 139+172+243=554 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.09% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #8BACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACF3 is #74530C. Grayscale: #A9A9A9. Windows color (decimal): -7623437 or 15969419. OLE color: 15969419.

HSL color Cylindrical-coordinate representation of color #8BACF3: hue angle of 220.96º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BACF3 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 172 243 -
CMYK 0.43 0.29 0 0.05
HSL 220.96º 0.81% 0.75% -
HSV(B) 220.96º 0.43% 0.95% -
XYZ 41.58 41.47 90.61 -
YUV 170.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 139 172 243 0.43 0.29 0 0.05 220.96 0.81 0.75
Hex 8B AC F3 2B 1D 0 5 DD 51 4B
Octal 213 254 363 53 35 0 5 335 121 113
Binary 10001011 10101100 11110011 101011 11101 0 101 11011101 1010001 1001011

Color Harmonies of #8BACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACF3

Black with #8BACF3

Text Example


Text Example

White with #8BACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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