#83ACEC

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

Shades of Jordy Blue #83ACEC

Tints of Jordy Blue #83ACEC

Color information

#83ACEC (or 0x83ACEC) is unknown color: approx Jordy Blue. HEX triplet: 83, AC and EC. RGB value is (131,172,236). Sum of RGB (Red+Green+Blue) = 131+172+236=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #83ACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ACEC is #7C5313. Grayscale: #A6A6A6. Windows color (decimal): -8147732 or 15510659. OLE color: 15510659.

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

Color convert

RGB131172236-
CMYK0.440.2700.07
HSL216.57º73.43%71.96%-
HSV(B)216.57º44.49%92.55%-
XYZ39.2540.3985.08-
YUV167.04166.92102.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.30%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 236 (92.58% from 255) = 43.78%
R=24.30%
G=31.91%
B=43.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311722360.440.2700.07216.5773.4371.96
Hex83ACEC2C1B07d94948
Octal203254354543307331111110
Binary1000001110101100111011001011001101101111101100110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,172,236); }

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

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

 a { background-color: rgb(131,172,236); }

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

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

 span { border-color: rgb(131,172,236); }

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