#81ADF6

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

Shades of Jordy Blue #81ADF6

Tints of Jordy Blue #81ADF6

Color information

#81ADF6 (or 0x81ADF6) is unknown color: approx Jordy Blue. HEX triplet: 81, AD and F6. RGB value is (129,173,246). Sum of RGB (Red+Green+Blue) = 129+173+246=548 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.54% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #81ADF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ADF6 is #7E5209. Grayscale: #A7A7A7. Windows color (decimal): -8278538 or 16166273. OLE color: 16166273.

HSL color Cylindrical-coordinate representation of color #81ADF6: hue angle of 217.44º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81ADF6 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB129173246-
CMYK0.480.3000.04
HSL217.44º86.67%73.53%-
HSV(B)217.44º47.56%96.47%-
XYZ40.6341.2193-
YUV168.17171.92100.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.54%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 246 (96.48% from 255) = 44.89%
R=23.54%
G=31.57%
B=44.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1291732460.480.3000.04217.4486.6773.53
Hex81ADF6301E04d9574a
Octal201255366603604331127112
Binary1000000110101101111101101100001111001001101100110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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