Html Css Color HEX #8BB0DE Jordy Blue

📋 copy color: '#8BB0DE'

red 139 ◦ green 176 ◦ blue 222

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

Shades of Jordy Blue #8BB0DE

Tints of Jordy Blue #8BB0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 25.88%
G = 32.77%
B = 41.34%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BB0DE (or 0x8BB0DE) is known color: Jordy Blue. HEX triplet: 8B, B0 and DE. RGB value is (139,176,222). Sum of RGB (Red+Green+Blue) = 139+176+222=537 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.88% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BB0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB0DE is #744F21. Grayscale: #A9A9A9. Windows color (decimal): -7622434 or 14594187. OLE color: 14594187.

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

Color convert

RGB 139 176 222 -
CMYK 0.37 0.21 0 0.13
HSL 213.25º 0.56% 0.71% -
HSV(B) 213.25º 0.37% 0.87% -
XYZ 39.36 41.81 75.1 -
YUV 170.18 157.24 105.76 -
System Red Green Blue C M Y K H S L
Decimal 139 176 222 0.37 0.21 0 0.13 213.25 0.56 0.71
Hex 8B B0 DE 25 15 0 D D5 38 47
Octal 213 260 336 45 25 0 15 325 70 107
Binary 10001011 10110000 11011110 100101 10101 0 1101 11010101 111000 1000111

Color Harmonies of #8BB0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB0DE

Black with #8BB0DE

Text Example


Text Example

White with #8BB0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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