#81AEDB

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

Shades of Jordy Blue #81AEDB

Tints of Jordy Blue #81AEDB

Color information

#81AEDB (or 0x81AEDB) is unknown color: approx Jordy Blue. HEX triplet: 81, AE and DB. RGB value is (129,174,219). Sum of RGB (Red+Green+Blue) = 129+174+219=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #81AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEDB is #7E5124. Grayscale: #A5A5A5. Windows color (decimal): -8278309 or 14397057. OLE color: 14397057.

HSL color Cylindrical-coordinate representation of color #81AEDB: hue angle of 210º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81AEDB is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129174219-
CMYK0.410.2100.14
HSL210º55.56%68.24%-
HSV(B)210º41.1%85.88%-
XYZ36.9840.0572.8-
YUV165.68158.09101.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.71%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=24.71%
G=33.33%
B=41.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291742190.410.2100.1421055.5668.24
Hex81AEDB29150Ed23844
Octal201256333512501632270104
Binary1000000110101110110110111010011010101110110100101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,174,219); }

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

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

 a { background-color: rgb(129,174,219); }

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

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

 span { border-color: rgb(129,174,219); }

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