#81AEFA

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

Shades of Jordy Blue #81AEFA

Tints of Jordy Blue #81AEFA

Color information

#81AEFA (or 0x81AEFA) is unknown color: approx Jordy Blue. HEX triplet: 81, AE and FA. RGB value is (129,174,250). Sum of RGB (Red+Green+Blue) = 129+174+250=553 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.33% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #81AEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AEFA is #7E5105. Grayscale: #A8A8A8. Windows color (decimal): -8278278 or 16428673. OLE color: 16428673.

HSL color Cylindrical-coordinate representation of color #81AEFA: hue angle of 217.69º 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 #81AEFA is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129174250-
CMYK0.480.3000.02
HSL217.69º92.37%74.31%-
HSV(B)217.69º48.4%98.04%-
XYZ41.4441.8496.33-
YUV169.21173.5999.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.33%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=23.33%
G=31.46%
B=45.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291742500.480.3000.02217.6992.3774.31
Hex81AEFA301E02da5c4a
Octal201256372603602332134112
Binary100000011010111011111010110000111100101101101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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