Html Css Color HEX #83ACE1 Jordy Blue

📋 copy color: '#83ACE1'

red 131 ◦ green 172 ◦ blue 225

#83ACE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #83ACE1

Tints of Jordy Blue #83ACE1

RGB

 RED value IS 131 (51.56% from 255) = 24.81%

 GREEN value IS 172 (67.58% from 255) = 32.58%

 BLUE value IS 225 (88.28% from 255) = 42.61%

R = 24.81%
G = 32.58%
B = 42.61%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#83ACE1 (or 0x83ACE1) is known color: Jordy Blue. HEX triplet: 83, AC and E1. RGB value is (131,172,225). Sum of RGB (Red+Green+Blue) = 131+172+225=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #83ACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACE1 is #7C531E. Grayscale: #A5A5A5. Windows color (decimal): -8147743 or 14789763. OLE color: 14789763.

HSL color Cylindrical-coordinate representation of color #83ACE1: hue angle of 213.83º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83ACE1 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 172 225 -
CMYK 0.42 0.24 0 0.12
HSL 213.83º 0.61% 0.7% -
HSV(B) 213.83º 0.42% 0.88% -
XYZ 37.7 39.77 76.92 -
YUV 165.78 161.42 103.19 -
System Red Green Blue C M Y K H S L
Decimal 131 172 225 0.42 0.24 0 0.12 213.83 0.61 0.7
Hex 83 AC E1 2A 18 0 C D6 3D 46
Octal 203 254 341 52 30 0 14 326 75 106
Binary 10000011 10101100 11100001 101010 11000 0 1100 11010110 111101 1000110

Color Harmonies of #83ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ACE1

Black with #83ACE1

Text Example


Text Example

White with #83ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83ACE1;
 }
 .AnyTagClassName
 {
   color: #83ACE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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