#81A8FD

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

Shades of Jordy Blue #81A8FD

Tints of Jordy Blue #81A8FD

Color information

#81A8FD (or 0x81A8FD) is unknown color: approx Jordy Blue. HEX triplet: 81, A8 and FD. RGB value is (129,168,253). Sum of RGB (Red+Green+Blue) = 129+168+253=550 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.45% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #81A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A8FD is #7E5702. Grayscale: #A5A5A5. Windows color (decimal): -8279811 or 16623745. OLE color: 16623745.

HSL color Cylindrical-coordinate representation of color #81A8FD: hue angle of 221.13º 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 #81A8FD is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB129168253-
CMYK0.490.3400.01
HSL221.13º96.88%74.9%-
HSV(B)221.13º49.01%99.22%-
XYZ40.7939.7698.45-
YUV166.03177.08101.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.45%
GREEN value IS 168 (66.02% from 255) = 30.55%
BLUE value IS 253 (99.22% from 255) = 46%
R=23.45%
G=30.55%
B=46%

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
Decimal1291682530.490.3400.01221.1396.8874.9
Hex81A8FD312201dd614b
Octal201250375614201335141113
Binary100000011010100011111101110001100010011101110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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