#81B4EE

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

Shades of Jordy Blue #81B4EE

Tints of Jordy Blue #81B4EE

Color information

#81B4EE (or 0x81B4EE) is unknown color: approx Jordy Blue. HEX triplet: 81, B4 and EE. RGB value is (129,180,238). Sum of RGB (Red+Green+Blue) = 129+180+238=547 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.58% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #81B4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B4EE is #7E4B11. Grayscale: #ABABAB. Windows color (decimal): -8276754 or 15643777. OLE color: 15643777.

HSL color Cylindrical-coordinate representation of color #81B4EE: hue angle of 211.93º 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 #81B4EE is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129180238-
CMYK0.460.2400.07
HSL211.93º76.22%71.96%-
HSV(B)211.93º45.8%93.33%-
XYZ40.8143.4887.13-
YUV171.36165.697.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.58%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 238 (93.36% from 255) = 43.51%
R=23.58%
G=32.91%
B=43.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291802380.460.2400.07211.9376.2271.96
Hex81B4EE2E1807d44c48
Octal201264356563007324114110
Binary1000000110110100111011101011101100001111101010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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