Html Css Color HEX #8BA8DF Jordy Blue

📋 copy color: '#8BA8DF'

red 139 ◦ green 168 ◦ blue 223

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

Shades of Jordy Blue #8BA8DF

Tints of Jordy Blue #8BA8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.7%

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

R = 26.23%
G = 31.7%
B = 42.08%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BA8DF (or 0x8BA8DF) is known color: Jordy Blue. HEX triplet: 8B, A8 and DF. RGB value is (139,168,223). Sum of RGB (Red+Green+Blue) = 139+168+223=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BA8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA8DF is #745720. Grayscale: #A5A5A5. Windows color (decimal): -7624481 or 14657675. OLE color: 14657675.

HSL color Cylindrical-coordinate representation of color #8BA8DF: hue angle of 219.29º 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 #8BA8DF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 168 223 -
CMYK 0.38 0.25 0 0.13
HSL 219.29º 0.57% 0.71% -
HSV(B) 219.29º 0.38% 0.87% -
XYZ 37.97 38.82 75.3 -
YUV 165.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 139 168 223 0.38 0.25 0 0.13 219.29 0.57 0.71
Hex 8B A8 DF 26 19 0 D DB 39 47
Octal 213 250 337 46 31 0 15 333 71 107
Binary 10001011 10101000 11011111 100110 11001 0 1101 11011011 111001 1000111

Color Harmonies of #8BA8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA8DF

Black with #8BA8DF

Text Example


Text Example

White with #8BA8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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