#8DAFFB

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

Shades of Jordy Blue #8DAFFB

Tints of Jordy Blue #8DAFFB

Color information

#8DAFFB (or 0x8DAFFB) is unknown color: approx Jordy Blue. HEX triplet: 8D, AF and FB. RGB value is (141,175,251). Sum of RGB (Red+Green+Blue) = 141+175+251=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DAFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAFFB is #725004. Grayscale: #ADADAD. Windows color (decimal): -7491589 or 16494477. OLE color: 16494477.

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

Color convert

RGB141175251-
CMYK0.440.3000.02
HSL221.45º93.22%76.86%-
HSV(B)221.45º43.82%98.43%-
XYZ43.7343.2997.32-
YUV173.5171.74104.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.87%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 251 (98.44% from 255) = 44.27%
R=24.87%
G=30.86%
B=44.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411752510.440.3000.02221.4593.2276.86
Hex8DAFFB2C1E02dd5d4d
Octal215257373543602335135115
Binary100011011010111111111011101100111100101101110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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