Html Css Color HEX #8BB9DD Jordy Blue

📋 copy color: '#8BB9DD'

red 139 ◦ green 185 ◦ blue 221

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

Shades of Jordy Blue #8BB9DD

Tints of Jordy Blue #8BB9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 25.5%
G = 33.94%
B = 40.55%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BB9DD (or 0x8BB9DD) is known color: Jordy Blue. HEX triplet: 8B, B9 and DD. RGB value is (139,185,221). Sum of RGB (Red+Green+Blue) = 139+185+221=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BB9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB9DD is #744622. Grayscale: #AFAFAF. Windows color (decimal): -7620131 or 14530955. OLE color: 14530955.

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

Color convert

RGB 139 185 221 -
CMYK 0.37 0.16 0 0.13
HSL 206.34º 0.55% 0.71% -
HSV(B) 206.34º 0.37% 0.87% -
XYZ 41.05 45.41 75.01 -
YUV 175.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 139 185 221 0.37 0.16 0 0.13 206.34 0.55 0.71
Hex 8B B9 DD 25 10 0 D CE 37 47
Octal 213 271 335 45 20 0 15 316 67 107
Binary 10001011 10111001 11011101 100101 10000 0 1101 11001110 110111 1000111

Color Harmonies of #8BB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB9DD

Black with #8BB9DD

Text Example


Text Example

White with #8BB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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