Html Css Color HEX #8BB0ED Jordy Blue

📋 copy color: '#8BB0ED'

red 139 ◦ green 176 ◦ blue 237

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

Shades of Jordy Blue #8BB0ED

Tints of Jordy Blue #8BB0ED

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.88%

 BLUE value IS 237 (92.97% from 255) = 42.93%

R = 25.18%
G = 31.88%
B = 42.93%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BB0ED (or 0x8BB0ED) is known color: Jordy Blue. HEX triplet: 8B, B0 and ED. RGB value is (139,176,237). Sum of RGB (Red+Green+Blue) = 139+176+237=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BB0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB0ED is #744F12. Grayscale: #ABABAB. Windows color (decimal): -7622419 or 15577227. OLE color: 15577227.

HSL color Cylindrical-coordinate representation of color #8BB0ED: hue angle of 217.35º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BB0ED is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 176 237 -
CMYK 0.41 0.26 0 0.07
HSL 217.35º 0.73% 0.74% -
HSV(B) 217.35º 0.41% 0.93% -
XYZ 41.46 42.65 86.17 -
YUV 171.89 164.74 104.54 -
System Red Green Blue C M Y K H S L
Decimal 139 176 237 0.41 0.26 0 0.07 217.35 0.73 0.74
Hex 8B B0 ED 29 1A 0 7 D9 49 4A
Octal 213 260 355 51 32 0 7 331 111 112
Binary 10001011 10110000 11101101 101001 11010 0 111 11011001 1001001 1001010

Color Harmonies of #8BB0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB0ED

Black with #8BB0ED

Text Example


Text Example

White with #8BB0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,176,237); }

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

background-color css

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

 a { background-color: rgb(139,176,237); }

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

border-color css

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

 span { border-color: rgb(139,176,237); }

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