#8BADEE

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

Shades of Jordy Blue #8BADEE

Tints of Jordy Blue #8BADEE

Color information

#8BADEE (or 0x8BADEE) is unknown color: approx Jordy Blue. HEX triplet: 8B, AD and EE. RGB value is (139,173,238). Sum of RGB (Red+Green+Blue) = 139+173+238=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BADEE is #745211. Grayscale: #A9A9A9. Windows color (decimal): -7623186 or 15641995. OLE color: 15641995.

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

Color convert

RGB139173238-
CMYK0.420.2700.07
HSL219.39º74.44%73.92%-
HSV(B)219.39º41.6%93.33%-
XYZ41.0241.5586.75-
YUV170.24166.24105.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.27%
GREEN value IS 173 (67.97% from 255) = 31.45%
BLUE value IS 238 (93.36% from 255) = 43.27%
R=25.27%
G=31.45%
B=43.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391732380.420.2700.07219.3974.4473.92
Hex8BADEE2A1B07db4a4a
Octal213255356523307333112112
Binary1000101110101101111011101010101101101111101101110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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