#81AFFA

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

Shades of Jordy Blue #81AFFA

Tints of Jordy Blue #81AFFA

Color information

#81AFFA (or 0x81AFFA) is unknown color: approx Jordy Blue. HEX triplet: 81, AF and FA. RGB value is (129,175,250). Sum of RGB (Red+Green+Blue) = 129+175+250=554 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.29% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #81AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AFFA is #7E5005. Grayscale: #A9A9A9. Windows color (decimal): -8278022 or 16428929. OLE color: 16428929.

HSL color Cylindrical-coordinate representation of color #81AFFA: hue angle of 217.19º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81AFFA is Cyan = 0.48, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129175250-
CMYK0.480.300.02
HSL217.19º92.37%74.31%-
HSV(B)217.19º48.4%98.04%-
XYZ41.6442.2396.4-
YUV169.8173.2698.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.29%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=23.29%
G=31.59%
B=45.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291752500.480.300.02217.1992.3774.31
Hex81AFFA301E02d95c4a
Octal201257372603602331134112
Binary100000011010111111111010110000111100101101100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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