#81B7EA

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

Shades of Jordy Blue #81B7EA

Tints of Jordy Blue #81B7EA

Color information

#81B7EA (or 0x81B7EA) is unknown color: approx Jordy Blue. HEX triplet: 81, B7 and EA. RGB value is (129,183,234). Sum of RGB (Red+Green+Blue) = 129+183+234=546 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.63% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #81B7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B7EA is #7E4815. Grayscale: #ACACAC. Windows color (decimal): -8275990 or 15382401. OLE color: 15382401.

HSL color Cylindrical-coordinate representation of color #81B7EA: hue angle of 209.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81B7EA is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129183234-
CMYK0.450.2200.08
HSL209.14º71.43%71.18%-
HSV(B)209.14º44.87%91.76%-
XYZ40.8444.4784.27-
YUV172.67162.6196.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.63%
GREEN value IS 183 (71.88% from 255) = 33.52%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=23.63%
G=33.52%
B=42.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291832340.450.2200.08209.1471.4371.18
Hex81B7EA2D1608d14747
Octal2012673525526010321107107
Binary10000001101101111110101010110110110010001101000110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,183,234); }

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

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

 a { background-color: rgb(129,183,234); }

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

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

 span { border-color: rgb(129,183,234); }

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