#81ADFA

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

Shades of Jordy Blue #81ADFA

Tints of Jordy Blue #81ADFA

Color information

#81ADFA (or 0x81ADFA) is unknown color: approx Jordy Blue. HEX triplet: 81, AD and FA. RGB value is (129,173,250). Sum of RGB (Red+Green+Blue) = 129+173+250=552 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.37% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #81ADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ADFA is #7E5205. Grayscale: #A8A8A8. Windows color (decimal): -8278534 or 16428417. OLE color: 16428417.

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

Color convert

RGB129173250-
CMYK0.480.3100.02
HSL218.18º92.37%74.31%-
HSV(B)218.18º48.4%98.04%-
XYZ41.2541.4696.27-
YUV168.62173.9299.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.37%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 250 (98.05% from 255) = 45.29%
R=23.37%
G=31.34%
B=45.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291732500.480.3100.02218.1892.3774.31
Hex81ADFA301F02da5c4a
Octal201255372603702332134112
Binary100000011010110111111010110000111110101101101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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