Html Css Color HEX #8BB9DF Jordy Blue

📋 copy color: '#8BB9DF'

red 139 ◦ green 185 ◦ blue 223

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

Shades of Jordy Blue #8BB9DF

Tints of Jordy Blue #8BB9DF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.82%

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

R = 25.41%
G = 33.82%
B = 40.77%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BB9DF (or 0x8BB9DF) is known color: Jordy Blue. HEX triplet: 8B, B9 and DF. RGB value is (139,185,223). Sum of RGB (Red+Green+Blue) = 139+185+223=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BB9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB9DF is #744620. Grayscale: #AFAFAF. Windows color (decimal): -7620129 or 14662027. OLE color: 14662027.

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

Color convert

RGB 139 185 223 -
CMYK 0.38 0.17 0 0.13
HSL 207.14º 0.57% 0.71% -
HSV(B) 207.14º 0.38% 0.87% -
XYZ 41.32 45.51 76.42 -
YUV 175.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 139 185 223 0.38 0.17 0 0.13 207.14 0.57 0.71
Hex 8B B9 DF 26 11 0 D CF 39 47
Octal 213 271 337 46 21 0 15 317 71 107
Binary 10001011 10111001 11011111 100110 10001 0 1101 11001111 111001 1000111

Color Harmonies of #8BB9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB9DF

Black with #8BB9DF

Text Example


Text Example

White with #8BB9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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