Html Css Color HEX #8BAFF3 Jordy Blue

📋 copy color: '#8BAFF3'

red 139 ◦ green 175 ◦ blue 243

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

Shades of Jordy Blue #8BAFF3

Tints of Jordy Blue #8BAFF3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.42%

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

R = 24.96%
G = 31.42%
B = 43.63%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8BAFF3 (or 0x8BAFF3) is known color: Jordy Blue. HEX triplet: 8B, AF and F3. RGB value is (139,175,243). Sum of RGB (Red+Green+Blue) = 139+175+243=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #8BAFF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAFF3 is #74500C. Grayscale: #ABABAB. Windows color (decimal): -7622669 or 15970187. OLE color: 15970187.

HSL color Cylindrical-coordinate representation of color #8BAFF3: hue angle of 219.23º 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 #8BAFF3 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 175 243 -
CMYK 0.43 0.28 0 0.05
HSL 219.23º 0.81% 0.75% -
HSV(B) 219.23º 0.43% 0.95% -
XYZ 42.16 42.62 90.8 -
YUV 171.99 168.07 104.47 -
System Red Green Blue C M Y K H S L
Decimal 139 175 243 0.43 0.28 0 0.05 219.23 0.81 0.75
Hex 8B AF F3 2B 1C 0 5 DB 51 4B
Octal 213 257 363 53 34 0 5 333 121 113
Binary 10001011 10101111 11110011 101011 11100 0 101 11011011 1010001 1001011

Color Harmonies of #8BAFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAFF3

Black with #8BAFF3

Text Example


Text Example

White with #8BAFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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