Html Css Color HEX #83ACEA Jordy Blue

📋 copy color: '#83ACEA'

red 131 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #83ACEA

Tints of Jordy Blue #83ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.58%

R = 24.39%
G = 32.03%
B = 43.58%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#83ACEA (or 0x83ACEA) is known color: Jordy Blue. HEX triplet: 83, AC and EA. RGB value is (131,172,234). Sum of RGB (Red+Green+Blue) = 131+172+234=537 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.39% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #83ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ACEA is #7C5315. Grayscale: #A6A6A6. Windows color (decimal): -8147734 or 15379587. OLE color: 15379587.

HSL color Cylindrical-coordinate representation of color #83ACEA: hue angle of 216.12º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83ACEA is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 172 234 -
CMYK 0.44 0.26 0 0.08
HSL 216.12º 0.71% 0.72% -
HSV(B) 216.12º 0.44% 0.92% -
XYZ 38.96 40.27 83.56 -
YUV 166.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 131 172 234 0.44 0.26 0 0.08 216.12 0.71 0.72
Hex 83 AC EA 2C 1A 0 8 D8 47 48
Octal 203 254 352 54 32 0 10 330 107 110
Binary 10000011 10101100 11101010 101100 11010 0 1000 11011000 1000111 1001000

Color Harmonies of #83ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ACEA

Black with #83ACEA

Text Example


Text Example

White with #83ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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