#8DABFE

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

Shades of Jordy Blue #8DABFE

Tints of Jordy Blue #8DABFE

Color information

#8DABFE (or 0x8DABFE) is unknown color: approx Jordy Blue. HEX triplet: 8D, AB and FE. RGB value is (141,171,254). Sum of RGB (Red+Green+Blue) = 141+171+254=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DABFE is #725401. Grayscale: #ABABAB. Windows color (decimal): -7492610 or 16690061. OLE color: 16690061.

HSL color Cylindrical-coordinate representation of color #8DABFE: hue angle of 224.07º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DABFE is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB141171254-
CMYK0.440.3300.00
HSL224.07º98.26%77.45%-
HSV(B)224.07º44.49%99.61%-
XYZ43.4441.9499.57-
YUV171.49174.56106.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.91%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 254 (99.61% from 255) = 44.88%
R=24.91%
G=30.21%
B=44.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1411712540.440.3300.00224.0798.2677.45
Hex8DABFE2C2100e0624d
Octal215253376544100340142115
Binary100011011010101111111110101100100001001110000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,171,254); }

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

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

 a { background-color: rgb(141,171,254); }

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

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

 span { border-color: rgb(141,171,254); }

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