Html Css Color HEX #8BB6F1 Jordy Blue

📋 copy color: '#8BB6F1'

red 139 ◦ green 182 ◦ blue 241

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

Shades of Jordy Blue #8BB6F1

Tints of Jordy Blue #8BB6F1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.38%

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

R = 24.73%
G = 32.38%
B = 42.88%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8BB6F1 (or 0x8BB6F1) is known color: Jordy Blue. HEX triplet: 8B, B6 and F1. RGB value is (139,182,241). Sum of RGB (Red+Green+Blue) = 139+182+241=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BB6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB6F1 is #74490E. Grayscale: #AFAFAF. Windows color (decimal): -7620879 or 15840907. OLE color: 15840907.

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

Color convert

RGB 139 182 241 -
CMYK 0.42 0.24 0 0.05
HSL 214.71º 0.78% 0.75% -
HSV(B) 214.71º 0.42% 0.95% -
XYZ 43.25 45.3 89.68 -
YUV 175.87 164.75 101.7 -
System Red Green Blue C M Y K H S L
Decimal 139 182 241 0.42 0.24 0 0.05 214.71 0.78 0.75
Hex 8B B6 F1 2A 18 0 5 D7 4E 4B
Octal 213 266 361 52 30 0 5 327 116 113
Binary 10001011 10110110 11110001 101010 11000 0 101 11010111 1001110 1001011

Color Harmonies of #8BB6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB6F1

Black with #8BB6F1

Text Example


Text Example

White with #8BB6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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