#8BADFC

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

Shades of Jordy Blue #8BADFC

Tints of Jordy Blue #8BADFC

Color information

#8BADFC (or 0x8BADFC) is unknown color: approx Jordy Blue. HEX triplet: 8B, AD and FC. RGB value is (139,173,252). Sum of RGB (Red+Green+Blue) = 139+173+252=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BADFC is #745203. Grayscale: #ABABAB. Windows color (decimal): -7623172 or 16559499. OLE color: 16559499.

HSL color Cylindrical-coordinate representation of color #8BADFC: hue angle of 221.95º degrees, saturation: 0.95, 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 #8BADFC is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139173252-
CMYK0.450.3100.01
HSL221.95º94.96%76.67%-
HSV(B)221.95º44.84%98.82%-
XYZ43.1642.498.01-
YUV171.84173.24104.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.65%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 252 (98.83% from 255) = 44.68%
R=24.65%
G=30.67%
B=44.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391732520.450.3100.01221.9594.9676.67
Hex8BADFC2D1F01de5f4d
Octal213255374553701336137115
Binary10001011101011011111110010110111111011101111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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