#81BBEB

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

Shades of Jordy Blue #81BBEB

Tints of Jordy Blue #81BBEB

Color information

#81BBEB (or 0x81BBEB) is unknown color: approx Jordy Blue. HEX triplet: 81, BB and EB. RGB value is (129,187,235). Sum of RGB (Red+Green+Blue) = 129+187+235=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #81BBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BBEB is #7E4414. Grayscale: #AEAEAE. Windows color (decimal): -8274965 or 15448961. OLE color: 15448961.

HSL color Cylindrical-coordinate representation of color #81BBEB: hue angle of 207.17º degrees, saturation: 0.73, 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 #81BBEB is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129187235-
CMYK0.450.2000.08
HSL207.17º72.6%71.37%-
HSV(B)207.17º45.11%92.16%-
XYZ41.8246.2185.31-
YUV175.13161.7895.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.41%
GREEN value IS 187 (73.44% from 255) = 33.94%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=23.41%
G=33.94%
B=42.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291872350.450.2000.08207.1772.671.37
Hex81BBEB2D1408cf4947
Octal2012733535524010317111107
Binary10000001101110111110101110110110100010001100111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,187,235); }

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

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

 a { background-color: rgb(129,187,235); }

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

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

 span { border-color: rgb(129,187,235); }

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