#81A5F6

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

Shades of Jordy Blue #81A5F6

Tints of Jordy Blue #81A5F6

Color information

#81A5F6 (or 0x81A5F6) is unknown color: approx Jordy Blue. HEX triplet: 81, A5 and F6. RGB value is (129,165,246). Sum of RGB (Red+Green+Blue) = 129+165+246=540 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.89% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #81A5F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A5F6 is #7E5A09. Grayscale: #A3A3A3. Windows color (decimal): -8280586 or 16164225. OLE color: 16164225.

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

Color convert

RGB129165246-
CMYK0.480.3300.04
HSL221.54º86.67%73.53%-
HSV(B)221.54º47.56%96.47%-
XYZ39.1438.2392.51-
YUV163.47174.57103.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.89%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 246 (96.48% from 255) = 45.56%
R=23.89%
G=30.56%
B=45.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1291652460.480.3300.04221.5486.6773.53
Hex81A5F6302104de574a
Octal201245366604104336127112
Binary10000001101001011111011011000010000101001101111010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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