#81B2F5

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

Shades of Jordy Blue #81B2F5

Tints of Jordy Blue #81B2F5

Color information

#81B2F5 (or 0x81B2F5) is unknown color: approx Jordy Blue. HEX triplet: 81, B2 and F5. RGB value is (129,178,245). Sum of RGB (Red+Green+Blue) = 129+178+245=552 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.37% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 245 (96.09% from 255 or 44.38% from 552); Max value from RGB is 245 - color contains mainly: blue. Hex color #81B2F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81B2F5 is #7E4D0A. Grayscale: #AAAAAA. Windows color (decimal): -8277259 or 16102017. OLE color: 16102017.

HSL color Cylindrical-coordinate representation of color #81B2F5: hue angle of 214.66º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81B2F5 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB129178245-
CMYK0.470.2700.04
HSL214.66º85.29%73.33%-
HSV(B)214.66º47.35%96.08%-
XYZ41.4643.192.52-
YUV170.99169.7798.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.37%
GREEN value IS 178 (69.92% from 255) = 32.25%
BLUE value IS 245 (96.09% from 255) = 44.38%
R=23.37%
G=32.25%
B=44.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1291782450.470.2700.04214.6685.2973.33
Hex81B2F52F1B04d75549
Octal201262365573304327125111
Binary1000000110110010111101011011111101101001101011110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,178,245); }

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

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

 a { background-color: rgb(129,178,245); }

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

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

 span { border-color: rgb(129,178,245); }

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