#8BADF1

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

Shades of Jordy Blue #8BADF1

Tints of Jordy Blue #8BADF1

Color information

#8BADF1 (or 0x8BADF1) is unknown color: approx Jordy Blue. HEX triplet: 8B, AD and F1. RGB value is (139,173,241). Sum of RGB (Red+Green+Blue) = 139+173+241=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BADF1 is #74520E. Grayscale: #AAAAAA. Windows color (decimal): -7623183 or 15838603. OLE color: 15838603.

HSL color Cylindrical-coordinate representation of color #8BADF1: hue angle of 220º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BADF1 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB139173241-
CMYK0.420.2800.05
HSL220º78.46%74.51%-
HSV(B)220º42.32%94.51%-
XYZ41.4741.7389.09-
YUV170.59167.74105.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.14%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=25.14%
G=31.28%
B=43.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1391732410.420.2800.0522078.4674.51
Hex8BADF12A1C05dc4e4b
Octal213255361523405334116113
Binary1000101110101101111100011010101110001011101110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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