Html Css Color HEX #83ACDF Jordy Blue

📋 copy color: '#83ACDF'

red 131 ◦ green 172 ◦ blue 223

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

Shades of Jordy Blue #83ACDF

Tints of Jordy Blue #83ACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 24.9%
G = 32.7%
B = 42.4%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83ACDF (or 0x83ACDF) is known color: Jordy Blue. HEX triplet: 83, AC and DF. RGB value is (131,172,223). Sum of RGB (Red+Green+Blue) = 131+172+223=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #83ACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACDF is #7C5320. Grayscale: #A5A5A5. Windows color (decimal): -8147745 or 14658691. OLE color: 14658691.

HSL color Cylindrical-coordinate representation of color #83ACDF: hue angle of 213.26º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83ACDF is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 172 223 -
CMYK 0.41 0.23 0 0.13
HSL 213.26º 0.59% 0.69% -
HSV(B) 213.26º 0.41% 0.87% -
XYZ 37.43 39.66 75.49 -
YUV 165.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 131 172 223 0.41 0.23 0 0.13 213.26 0.59 0.69
Hex 83 AC DF 29 17 0 D D5 3B 45
Octal 203 254 337 51 27 0 15 325 73 105
Binary 10000011 10101100 11011111 101001 10111 0 1101 11010101 111011 1000101

Color Harmonies of #83ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ACDF

Black with #83ACDF

Text Example


Text Example

White with #83ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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