#81A6FD

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

Shades of Jordy Blue #81A6FD

Tints of Jordy Blue #81A6FD

Color information

#81A6FD (or 0x81A6FD) is unknown color: approx Jordy Blue. HEX triplet: 81, A6 and FD. RGB value is (129,166,253). Sum of RGB (Red+Green+Blue) = 129+166+253=548 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.54% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #81A6FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A6FD is #7E5902. Grayscale: #A4A4A4. Windows color (decimal): -8280323 or 16623233. OLE color: 16623233.

HSL color Cylindrical-coordinate representation of color #81A6FD: hue angle of 222.1º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81A6FD is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB129166253-
CMYK0.490.3400.01
HSL222.1º96.88%74.9%-
HSV(B)222.1º49.01%99.22%-
XYZ40.4239.0398.33-
YUV164.86177.74102.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.54%
GREEN value IS 166 (65.23% from 255) = 30.29%
BLUE value IS 253 (99.22% from 255) = 46.17%
R=23.54%
G=30.29%
B=46.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1291662530.490.3400.01222.196.8874.9
Hex81A6FD312201de614b
Octal201246375614201336141113
Binary100000011010011011111101110001100010011101111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,166,253); }

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

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

 a { background-color: rgb(129,166,253); }

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

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

 span { border-color: rgb(129,166,253); }

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