#83AEEE

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

Shades of Jordy Blue #83AEEE

Tints of Jordy Blue #83AEEE

Color information

#83AEEE (or 0x83AEEE) is unknown color: approx Jordy Blue. HEX triplet: 83, AE and EE. RGB value is (131,174,238). Sum of RGB (Red+Green+Blue) = 131+174+238=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #83AEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83AEEE is #7C5111. Grayscale: #A8A8A8. Windows color (decimal): -8147218 or 15642243. OLE color: 15642243.

HSL color Cylindrical-coordinate representation of color #83AEEE: hue angle of 215.89º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83AEEE is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131174238-
CMYK0.450.2700.07
HSL215.89º75.89%72.35%-
HSV(B)215.89º44.96%93.33%-
XYZ39.9341.2786.75-
YUV168.44167.25101.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.13%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 238 (93.36% from 255) = 43.83%
R=24.13%
G=32.04%
B=43.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311742380.450.2700.07215.8975.8972.35
Hex83AEEE2D1B07d84c48
Octal203256356553307330114110
Binary1000001110101110111011101011011101101111101100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,174,238); }

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

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

 a { background-color: rgb(131,174,238); }

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

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

 span { border-color: rgb(131,174,238); }

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