#81A4EC

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

Shades of Jordy Blue #81A4EC

Tints of Jordy Blue #81A4EC

Color information

#81A4EC (or 0x81A4EC) is unknown color: approx Jordy Blue. HEX triplet: 81, A4 and EC. RGB value is (129,164,236). Sum of RGB (Red+Green+Blue) = 129+164+236=529 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.39% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #81A4EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A4EC is #7E5B13. Grayscale: #A1A1A1. Windows color (decimal): -8280852 or 15508609. OLE color: 15508609.

HSL color Cylindrical-coordinate representation of color #81A4EC: hue angle of 220.37º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81A4EC is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129164236-
CMYK0.450.3100.07
HSL220.37º73.79%71.57%-
HSV(B)220.37º45.34%92.55%-
XYZ37.4737.2784.58-
YUV161.74169.9104.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.39%
GREEN value IS 164 (64.45% from 255) = 31.00%
BLUE value IS 236 (92.58% from 255) = 44.61%
R=24.39%
G=31.00%
B=44.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291642360.450.3100.07220.3773.7971.57
Hex81A4EC2D1F07dc4a48
Octal201244354553707334112110
Binary1000000110100100111011001011011111101111101110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,164,236); }

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

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

 a { background-color: rgb(129,164,236); }

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

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

 span { border-color: rgb(129,164,236); }

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