#8DAFEB

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

Shades of Jordy Blue #8DAFEB

Tints of Jordy Blue #8DAFEB

Color information

#8DAFEB (or 0x8DAFEB) is unknown color: approx Jordy Blue. HEX triplet: 8D, AF and EB. RGB value is (141,175,235). Sum of RGB (Red+Green+Blue) = 141+175+235=551 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.59% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DAFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAFEB is #725014. Grayscale: #ABABAB. Windows color (decimal): -7491605 or 15445901. OLE color: 15445901.

HSL color Cylindrical-coordinate representation of color #8DAFEB: hue angle of 218.3º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DAFEB is Cyan = 0.4, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141175235-
CMYK0.40.2600.08
HSL218.3º70.15%73.73%-
HSV(B)218.3º40%92.16%-
XYZ41.3142.3284.59-
YUV171.67163.74106.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.59%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=25.59%
G=31.76%
B=42.65%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411752350.40.2600.08218.370.1573.73
Hex8DAFEB281A08da464a
Octal2152573535032010332106112
Binary10001101101011111110101110100011010010001101101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,175,235); }

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

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

 a { background-color: rgb(141,175,235); }

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

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

 span { border-color: rgb(141,175,235); }

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