#81AFF2

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

Shades of Jordy Blue #81AFF2

Tints of Jordy Blue #81AFF2

Color information

#81AFF2 (or 0x81AFF2) is unknown color: approx Jordy Blue. HEX triplet: 81, AF and F2. RGB value is (129,175,242). Sum of RGB (Red+Green+Blue) = 129+175+242=546 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.63% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #81AFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AFF2 is #7E500D. Grayscale: #A8A8A8. Windows color (decimal): -8278030 or 15904641. OLE color: 15904641.

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

Color convert

RGB129175242-
CMYK0.470.2800.05
HSL215.58º81.29%72.75%-
HSV(B)215.58º46.69%94.9%-
XYZ40.4141.7489.93-
YUV168.88169.2699.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.63%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 242 (94.92% from 255) = 44.32%
R=23.63%
G=32.05%
B=44.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1291752420.470.2800.05215.5881.2972.75
Hex81AFF22F1C05d85149
Octal201257362573405330121111
Binary1000000110101111111100101011111110001011101100010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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