#8BADFD

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

Shades of Jordy Blue #8BADFD

Tints of Jordy Blue #8BADFD

Color information

#8BADFD (or 0x8BADFD) is unknown color: approx Jordy Blue. HEX triplet: 8B, AD and FD. RGB value is (139,173,253). Sum of RGB (Red+Green+Blue) = 139+173+253=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BADFD is #745202. Grayscale: #ABABAB. Windows color (decimal): -7623171 or 16625035. OLE color: 16625035.

HSL color Cylindrical-coordinate representation of color #8BADFD: hue angle of 222.11º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BADFD is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139173253-
CMYK0.450.3200.01
HSL222.11º96.61%76.86%-
HSV(B)222.11º45.06%99.22%-
XYZ43.3242.4798.84-
YUV171.95173.74104.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.60%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=24.60%
G=30.62%
B=44.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391732530.450.3200.01222.1196.6176.86
Hex8BADFD2D2001de614d
Octal213255375554001336141115
Binary100010111010110111111101101101100000011101111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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