#81A7FF

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

Shades of Jordy Blue #81A7FF

Tints of Jordy Blue #81A7FF

Color information

#81A7FF (or 0x81A7FF) is unknown color: approx Jordy Blue. HEX triplet: 81, A7 and FF. RGB value is (129,167,255). Sum of RGB (Red+Green+Blue) = 129+167+255=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #81A7FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A7FF is #7E5800. Grayscale: #A5A5A5. Windows color (decimal): -8280065 or 16754561. OLE color: 16754561.

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

Color convert

RGB129167255-
CMYK0.490.3500
HSL221.9º100%75.29%-
HSV(B)221.9º49.41%100%-
XYZ40.9239.52100.08-
YUV165.67178.41101.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.41%
GREEN value IS 167 (65.62% from 255) = 30.31%
BLUE value IS 255 (100% from 255) = 46.28%
R=23.41%
G=30.31%
B=46.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1291672550.490.3500221.910075.29
Hex81A7FF312300de644b
Octal201247377614300336144113
Binary100000011010011111111111110001100011001101111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,167,255); }

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

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

 a { background-color: rgb(129,167,255); }

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

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

 span { border-color: rgb(129,167,255); }

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