#81B9EB

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

Shades of Jordy Blue #81B9EB

Tints of Jordy Blue #81B9EB

Color information

#81B9EB (or 0x81B9EB) is unknown color: approx Jordy Blue. HEX triplet: 81, B9 and EB. RGB value is (129,185,235). Sum of RGB (Red+Green+Blue) = 129+185+235=549 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.50% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #81B9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B9EB is #7E4614. Grayscale: #ADADAD. Windows color (decimal): -8275477 or 15448449. OLE color: 15448449.

HSL color Cylindrical-coordinate representation of color #81B9EB: hue angle of 208.3º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81B9EB is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129185235-
CMYK0.450.2100.08
HSL208.3º72.6%71.37%-
HSV(B)208.3º45.11%92.16%-
XYZ41.445.3685.17-
YUV173.96162.4595.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.50%
GREEN value IS 185 (72.66% from 255) = 33.70%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=23.50%
G=33.70%
B=42.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291852350.450.2100.08208.372.671.37
Hex81B9EB2D1508d04947
Octal2012713535525010320111107
Binary10000001101110011110101110110110101010001101000010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81B9EB; }

 p { color: rgb(129,185,235); }

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

<style>
 a { background-color: #81B9EB; }

 a { background-color: rgb(129,185,235); }

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

<style>
 span { border-color: #81B9EB; }

 span { border-color: rgb(129,185,235); }

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