#81A5EC

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

Shades of Jordy Blue #81A5EC

Tints of Jordy Blue #81A5EC

Color information

#81A5EC (or 0x81A5EC) is unknown color: approx Jordy Blue. HEX triplet: 81, A5 and EC. RGB value is (129,165,236). Sum of RGB (Red+Green+Blue) = 129+165+236=530 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.34% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #81A5EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A5EC is #7E5A13. Grayscale: #A2A2A2. Windows color (decimal): -8280596 or 15508865. OLE color: 15508865.

HSL color Cylindrical-coordinate representation of color #81A5EC: hue angle of 219.81º 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 #81A5EC is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129165236-
CMYK0.450.3000.07
HSL219.81º73.79%71.57%-
HSV(B)219.81º45.34%92.55%-
XYZ37.6537.6384.64-
YUV162.33169.57104.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.34%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 236 (92.58% from 255) = 44.53%
R=24.34%
G=31.13%
B=44.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291652360.450.3000.07219.8173.7971.57
Hex81A5EC2D1E07dc4a48
Octal201245354553607334112110
Binary1000000110100101111011001011011111001111101110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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