#81ADEC

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

Shades of Jordy Blue #81ADEC

Tints of Jordy Blue #81ADEC

Color information

#81ADEC (or 0x81ADEC) is unknown color: approx Jordy Blue. HEX triplet: 81, AD and EC. RGB value is (129,173,236). Sum of RGB (Red+Green+Blue) = 129+173+236=538 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.98% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #81ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ADEC is #7E5213. Grayscale: #A6A6A6. Windows color (decimal): -8278548 or 15510913. OLE color: 15510913.

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

Color convert

RGB129173236-
CMYK0.450.2700.07
HSL215.33º73.79%71.57%-
HSV(B)215.33º45.34%92.55%-
XYZ39.1440.6185.13-
YUV167.03166.92100.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.98%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=23.98%
G=32.16%
B=43.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291732360.450.2700.07215.3373.7971.57
Hex81ADEC2D1B07d74a48
Octal201255354553307327112110
Binary1000000110101101111011001011011101101111101011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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