#81AFF1

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

Shades of Jordy Blue #81AFF1

Tints of Jordy Blue #81AFF1

Color information

#81AFF1 (or 0x81AFF1) is unknown color: approx Jordy Blue. HEX triplet: 81, AF and F1. RGB value is (129,175,241). Sum of RGB (Red+Green+Blue) = 129+175+241=545 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.67% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #81AFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AFF1 is #7E500E. Grayscale: #A8A8A8. Windows color (decimal): -8278031 or 15839105. OLE color: 15839105.

HSL color Cylindrical-coordinate representation of color #81AFF1: hue angle of 215.36º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81AFF1 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB129175241-
CMYK0.460.2700.05
HSL215.36º80%72.55%-
HSV(B)215.36º46.47%94.51%-
XYZ40.2641.6889.14-
YUV168.77168.7699.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.67%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 241 (94.53% from 255) = 44.22%
R=23.67%
G=32.11%
B=44.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1291752410.460.2700.05215.368072.55
Hex81AFF12E1B05d75049
Octal201257361563305327120111
Binary1000000110101111111100011011101101101011101011110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,175,241); }

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

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

 a { background-color: rgb(129,175,241); }

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

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

 span { border-color: rgb(129,175,241); }

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