#83aaf2

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

Shades of Jordy Blue #83AAF2

Tints of Jordy Blue #83AAF2

Color information

#83AAF2 (or 0x83AAF2) is unknown color: approx Jordy Blue. HEX triplet: 83, AA and F2. RGB value is (131,170,242). Sum of RGB (Red+Green+Blue) = 131+170+242=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #83AAF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83AAF2 is #7C550D. Grayscale: #A6A6A6. Windows color (decimal): -8148238 or 15903363. OLE color: 15903363.

HSL color Cylindrical-coordinate representation of color #83AAF2: hue angle of 218.92º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83AAF2 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB131170242-
CMYK0.460.3000.05
HSL218.92º81.02%73.14%-
HSV(B)218.92º45.87%94.9%-
XYZ39.7639.9989.63-
YUV166.55170.58102.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.13%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 242 (94.92% from 255) = 44.57%
R=24.13%
G=31.31%
B=44.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1311702420.460.3000.05218.9281.0273.14
Hex83AAF22E1E05db5149
Octal203252362563605333121111
Binary1000001110101010111100101011101111001011101101110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83aaf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83aaf2; }

 p { color: rgb(131,170,242); }

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

<style>
 a { background-color: #83aaf2; }

 a { background-color: rgb(131,170,242); }

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

<style>
 span { border-color: #83aaf2; }

 span { border-color: rgb(131,170,242); }

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