Html Css Color HEX #83ACDB Jordy Blue

📋 copy color: '#83ACDB'

red 131 ◦ green 172 ◦ blue 219

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

Shades of Jordy Blue #83ACDB

Tints of Jordy Blue #83ACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 25.1%
G = 32.95%
B = 41.95%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83ACDB (or 0x83ACDB) is known color: Jordy Blue. HEX triplet: 83, AC and DB. RGB value is (131,172,219). Sum of RGB (Red+Green+Blue) = 131+172+219=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #83ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACDB is #7C5324. Grayscale: #A4A4A4. Windows color (decimal): -8147749 or 14396547. OLE color: 14396547.

HSL color Cylindrical-coordinate representation of color #83ACDB: hue angle of 212.05º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83ACDB is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 172 219 -
CMYK 0.40 0.21 0 0.14
HSL 212.05º 0.55% 0.69% -
HSV(B) 212.05º 0.4% 0.86% -
XYZ 36.9 39.44 72.69 -
YUV 165.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 131 172 219 0.40 0.21 0 0.14 212.05 0.55 0.69
Hex 83 AC DB 28 15 0 E D4 37 45
Octal 203 254 333 50 25 0 16 324 67 105
Binary 10000011 10101100 11011011 101000 10101 0 1110 11010100 110111 1000101

Color Harmonies of #83ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ACDB

Black with #83ACDB

Text Example


Text Example

White with #83ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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