Html Css Color HEX #8BA9DF Jordy Blue

📋 copy color: '#8BA9DF'

red 139 ◦ green 169 ◦ blue 223

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

Shades of Jordy Blue #8BA9DF

Tints of Jordy Blue #8BA9DF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.83%

 BLUE value IS 223 (87.5% from 255) = 42%

R = 26.18%
G = 31.83%
B = 42%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BA9DF (or 0x8BA9DF) is known color: Jordy Blue. HEX triplet: 8B, A9 and DF. RGB value is (139,169,223). Sum of RGB (Red+Green+Blue) = 139+169+223=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BA9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA9DF is #745620. Grayscale: #A5A5A5. Windows color (decimal): -7624225 or 14657931. OLE color: 14657931.

HSL color Cylindrical-coordinate representation of color #8BA9DF: hue angle of 218.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BA9DF is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 169 223 -
CMYK 0.38 0.24 0 0.13
HSL 218.57º 0.57% 0.71% -
HSV(B) 218.57º 0.38% 0.87% -
XYZ 38.15 39.19 75.37 -
YUV 166.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 139 169 223 0.38 0.24 0 0.13 218.57 0.57 0.71
Hex 8B A9 DF 26 18 0 D DB 39 47
Octal 213 251 337 46 30 0 15 333 71 107
Binary 10001011 10101001 11011111 100110 11000 0 1101 11011011 111001 1000111

Color Harmonies of #8BA9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA9DF

Black with #8BA9DF

Text Example


Text Example

White with #8BA9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,169,223); }

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

background-color css

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

 a { background-color: rgb(139,169,223); }

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

border-color css

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

 span { border-color: rgb(139,169,223); }

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