#81B8E8

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

Shades of Jordy Blue #81B8E8

Tints of Jordy Blue #81B8E8

Color information

#81B8E8 (or 0x81B8E8) is unknown color: approx Jordy Blue. HEX triplet: 81, B8 and E8. RGB value is (129,184,232). Sum of RGB (Red+Green+Blue) = 129+184+232=545 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.67% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #81B8E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B8E8 is #7E4717. Grayscale: #ACACAC. Windows color (decimal): -8275736 or 15251585. OLE color: 15251585.

HSL color Cylindrical-coordinate representation of color #81B8E8: hue angle of 207.96º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81B8E8 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB129184232-
CMYK0.440.2100.09
HSL207.96º69.13%70.78%-
HSV(B)207.96º44.4%90.98%-
XYZ40.7644.7782.84-
YUV173.03161.2896.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.67%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 232 (91.02% from 255) = 42.57%
R=23.67%
G=33.76%
B=42.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1291842320.440.2100.09207.9669.1370.78
Hex81B8E82C1509d04547
Octal2012703505425011320105107
Binary10000001101110001110100010110010101010011101000010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,184,232); }

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

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

 a { background-color: rgb(129,184,232); }

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

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

 span { border-color: rgb(129,184,232); }

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