Html Css Color HEX #8BB5DD Jordy Blue

📋 copy color: '#8BB5DD'

red 139 ◦ green 181 ◦ blue 221

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

Shades of Jordy Blue #8BB5DD

Tints of Jordy Blue #8BB5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.46%

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

R = 25.69%
G = 33.46%
B = 40.85%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BB5DD (or 0x8BB5DD) is known color: Jordy Blue. HEX triplet: 8B, B5 and DD. RGB value is (139,181,221). Sum of RGB (Red+Green+Blue) = 139+181+221=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BB5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB5DD is #744A22. Grayscale: #ACACAC. Windows color (decimal): -7621155 or 14529931. OLE color: 14529931.

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

Color convert

RGB 139 181 221 -
CMYK 0.37 0.18 0 0.13
HSL 209.27º 0.55% 0.71% -
HSV(B) 209.27º 0.37% 0.87% -
XYZ 40.22 43.76 74.73 -
YUV 173 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 139 181 221 0.37 0.18 0 0.13 209.27 0.55 0.71
Hex 8B B5 DD 25 12 0 D D1 37 47
Octal 213 265 335 45 22 0 15 321 67 107
Binary 10001011 10110101 11011101 100101 10010 0 1101 11010001 110111 1000111

Color Harmonies of #8BB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB5DD

Black with #8BB5DD

Text Example


Text Example

White with #8BB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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