Html Css Color HEX #8BAFF1 Jordy Blue

📋 copy color: '#8BAFF1'

red 139 ◦ green 175 ◦ blue 241

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

Shades of Jordy Blue #8BAFF1

Tints of Jordy Blue #8BAFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.42%

R = 25.05%
G = 31.53%
B = 43.42%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8BAFF1 (or 0x8BAFF1) is known color: Jordy Blue. HEX triplet: 8B, AF and F1. RGB value is (139,175,241). Sum of RGB (Red+Green+Blue) = 139+175+241=555 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.05% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BAFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAFF1 is #74500E. Grayscale: #ABABAB. Windows color (decimal): -7622671 or 15839115. OLE color: 15839115.

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

Color convert

RGB 139 175 241 -
CMYK 0.42 0.27 0 0.05
HSL 218.82º 0.78% 0.75% -
HSV(B) 218.82º 0.42% 0.95% -
XYZ 41.85 42.5 89.22 -
YUV 171.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 139 175 241 0.42 0.27 0 0.05 218.82 0.78 0.75
Hex 8B AF F1 2A 1B 0 5 DB 4E 4B
Octal 213 257 361 52 33 0 5 333 116 113
Binary 10001011 10101111 11110001 101010 11011 0 101 11011011 1001110 1001011

Color Harmonies of #8BAFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAFF1

Black with #8BAFF1

Text Example


Text Example

White with #8BAFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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