#81B1EE

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

Shades of Jordy Blue #81B1EE

Tints of Jordy Blue #81B1EE

Color information

#81B1EE (or 0x81B1EE) is unknown color: approx Jordy Blue. HEX triplet: 81, B1 and EE. RGB value is (129,177,238). Sum of RGB (Red+Green+Blue) = 129+177+238=544 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.71% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #81B1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81B1EE is #7E4E11. Grayscale: #A9A9A9. Windows color (decimal): -8277522 or 15643009. OLE color: 15643009.

HSL color Cylindrical-coordinate representation of color #81B1EE: hue angle of 213.58º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81B1EE is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129177238-
CMYK0.460.2600.07
HSL213.58º76.22%71.96%-
HSV(B)213.58º45.8%93.33%-
XYZ40.2142.2886.93-
YUV169.6166.699.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.71%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 238 (93.36% from 255) = 43.75%
R=23.71%
G=32.54%
B=43.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291772380.460.2600.07213.5876.2271.96
Hex81B1EE2E1A07d64c48
Octal201261356563207326114110
Binary1000000110110001111011101011101101001111101011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,177,238); }

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

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

 a { background-color: rgb(129,177,238); }

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

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

 span { border-color: rgb(129,177,238); }

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