#81AAFC

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

Shades of Jordy Blue #81AAFC

Tints of Jordy Blue #81AAFC

Color information

#81AAFC (or 0x81AAFC) is unknown color: approx Jordy Blue. HEX triplet: 81, AA and FC. RGB value is (129,170,252). Sum of RGB (Red+Green+Blue) = 129+170+252=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #81AAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AAFC is #7E5503. Grayscale: #A6A6A6. Windows color (decimal): -8279300 or 16558721. OLE color: 16558721.

HSL color Cylindrical-coordinate representation of color #81AAFC: hue angle of 220º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81AAFC is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB129170252-
CMYK0.490.3300.01
HSL220º95.35%74.71%-
HSV(B)220º48.81%98.82%-
XYZ4140.4497.74-
YUV167.09175.92100.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.41%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 252 (98.83% from 255) = 45.74%
R=23.41%
G=30.85%
B=45.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1291702520.490.3300.0122095.3574.71
Hex81AAFC312101dc5f4b
Octal201252374614101334137113
Binary100000011010101011111100110001100001011101110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,170,252); }

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

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

 a { background-color: rgb(129,170,252); }

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

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

 span { border-color: rgb(129,170,252); }

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