#8BADFA

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

Shades of Jordy Blue #8BADFA

Tints of Jordy Blue #8BADFA

Color information

#8BADFA (or 0x8BADFA) is unknown color: approx Jordy Blue. HEX triplet: 8B, AD and FA. RGB value is (139,173,250). Sum of RGB (Red+Green+Blue) = 139+173+250=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BADFA is #745205. Grayscale: #ABABAB. Windows color (decimal): -7623174 or 16428427. OLE color: 16428427.

HSL color Cylindrical-coordinate representation of color #8BADFA: hue angle of 221.62º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BADFA is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139173250-
CMYK0.440.3100.02
HSL221.62º91.74%76.27%-
HSV(B)221.62º44.4%98.04%-
XYZ42.8542.2896.34-
YUV171.61172.24104.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.73%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=24.73%
G=30.78%
B=44.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391732500.440.3100.02221.6291.7476.27
Hex8BADFA2C1F02de5c4c
Octal213255372543702336134114
Binary100010111010110111111010101100111110101101111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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