#8BADE1

Color #8BADE1 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #8BADE1

Tints of Jordy Blue #8BADE1

Color information

#8BADE1 (or 0x8BADE1) is unknown color: approx Jordy Blue. HEX triplet: 8B, AD and E1. RGB value is (139,173,225). Sum of RGB (Red+Green+Blue) = 139+173+225=537 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.88% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #8BADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADE1 is #74521E. Grayscale: #A8A8A8. Windows color (decimal): -7623199 or 14790027. OLE color: 14790027.

HSL color Cylindrical-coordinate representation of color #8BADE1: hue angle of 216.28º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BADE1 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB139173225-
CMYK0.380.2300.12
HSL216.28º58.9%71.37%-
HSV(B)216.28º38.22%88.24%-
XYZ39.1840.8177.05-
YUV168.76159.74106.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.88%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 225 (88.28% from 255) = 41.90%
R=25.88%
G=32.22%
B=41.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1391732250.380.2300.12216.2858.971.37
Hex8BADE126170Cd83b47
Octal213255341462701433073107
Binary1000101110101101111000011001101011101100110110001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,173,225); }

 H1.HeaderClassName
 {
   color: #8BADE1;
 }
 .AnyTagClassName
 {
   color: #8BADE1;
 }
</style>
background-color css

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

 a { background-color: rgb(139,173,225); }

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

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

 span { border-color: rgb(139,173,225); }

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