Html Css Color HEX #83ACDA Jordy Blue

📋 copy color: '#83ACDA'

red 131 ◦ green 172 ◦ blue 218

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

Shades of Jordy Blue #83ACDA

Tints of Jordy Blue #83ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 25.14%
G = 33.01%
B = 41.84%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83ACDA (or 0x83ACDA) is known color: Jordy Blue. HEX triplet: 83, AC and DA. RGB value is (131,172,218). Sum of RGB (Red+Green+Blue) = 131+172+218=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #83ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACDA is #7C5325. Grayscale: #A4A4A4. Windows color (decimal): -8147750 or 14331011. OLE color: 14331011.

HSL color Cylindrical-coordinate representation of color #83ACDA: hue angle of 211.72º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83ACDA is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 172 218 -
CMYK 0.40 0.21 0 0.15
HSL 211.72º 0.54% 0.68% -
HSV(B) 211.72º 0.4% 0.85% -
XYZ 36.77 39.39 72 -
YUV 164.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 131 172 218 0.40 0.21 0 0.15 211.72 0.54 0.68
Hex 83 AC DA 28 15 0 F D4 36 44
Octal 203 254 332 50 25 0 17 324 66 104
Binary 10000011 10101100 11011010 101000 10101 0 1111 11010100 110110 1000100

Color Harmonies of #83ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ACDA

Black with #83ACDA

Text Example


Text Example

White with #83ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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