#81ADD5

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

Shades of Jordy Blue #81ADD5

Tints of Jordy Blue #81ADD5

Color information

#81ADD5 (or 0x81ADD5) is unknown color: approx Jordy Blue. HEX triplet: 81, AD and D5. RGB value is (129,173,213). Sum of RGB (Red+Green+Blue) = 129+173+213=515 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.05% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #81ADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADD5 is #7E522A. Grayscale: #A4A4A4. Windows color (decimal): -8278571 or 14003585. OLE color: 14003585.

HSL color Cylindrical-coordinate representation of color #81ADD5: hue angle of 208.57º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81ADD5 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB129173213-
CMYK0.390.1900.16
HSL208.57º50%67.06%-
HSV(B)208.57º39.44%83.53%-
XYZ36.0139.3668.65-
YUV164.4155.42102.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.05%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=25.05%
G=33.59%
B=41.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291732130.390.1900.16208.575067.06
Hex81ADD52713010d13243
Octal201255325472302032162103
Binary10000001101011011101010110011110011010000110100011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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