#8DA8FC

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

Shades of Jordy Blue #8DA8FC

Tints of Jordy Blue #8DA8FC

Color information

#8DA8FC (or 0x8DA8FC) is unknown color: approx Jordy Blue. HEX triplet: 8D, A8 and FC. RGB value is (141,168,252). Sum of RGB (Red+Green+Blue) = 141+168+252=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DA8FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA8FC is #725703. Grayscale: #A9A9A9. Windows color (decimal): -7493380 or 16558221. OLE color: 16558221.

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

Color convert

RGB141168252-
CMYK0.440.3300.01
HSL225.41º94.87%77.06%-
HSV(B)225.41º44.05%98.82%-
XYZ42.5640.797.71-
YUV169.5174.55107.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 168 (66.02% from 255) = 29.95%
BLUE value IS 252 (98.83% from 255) = 44.92%
R=25.13%
G=29.95%
B=44.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411682520.440.3300.01225.4194.8777.06
Hex8DA8FC2C2101e15f4d
Octal215250374544101341137115
Binary100011011010100011111100101100100001011110000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,168,252); }

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

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

 a { background-color: rgb(141,168,252); }

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

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

 span { border-color: rgb(141,168,252); }

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