#81B3EE

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

Shades of Jordy Blue #81B3EE

Tints of Jordy Blue #81B3EE

Color information

#81B3EE (or 0x81B3EE) is unknown color: approx Jordy Blue. HEX triplet: 81, B3 and EE. RGB value is (129,179,238). Sum of RGB (Red+Green+Blue) = 129+179+238=546 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.63% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #81B3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B3EE is #7E4C11. Grayscale: #AAAAAA. Windows color (decimal): -8277010 or 15643521. OLE color: 15643521.

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

Color convert

RGB129179238-
CMYK0.460.2500.07
HSL212.48º76.22%71.96%-
HSV(B)212.48º45.8%93.33%-
XYZ40.6143.0887.06-
YUV170.78165.9498.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.63%
GREEN value IS 179 (70.31% from 255) = 32.78%
BLUE value IS 238 (93.36% from 255) = 43.59%
R=23.63%
G=32.78%
B=43.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291792380.460.2500.07212.4876.2271.96
Hex81B3EE2E1907d44c48
Octal201263356563107324114110
Binary1000000110110011111011101011101100101111101010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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