Html Css Color HEX #83ADDB Jordy Blue

📋 copy color: '#83ADDB'

red 131 ◦ green 173 ◦ blue 219

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

Shades of Jordy Blue #83ADDB

Tints of Jordy Blue #83ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.08%

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

R = 25.05%
G = 33.08%
B = 41.87%

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

#83ADDB (or 0x83ADDB) is known color: Jordy Blue. HEX triplet: 83, AD and DB. RGB value is (131,173,219). Sum of RGB (Red+Green+Blue) = 131+173+219=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #83ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADDB is #7C5224. Grayscale: #A5A5A5. Windows color (decimal): -8147493 or 14396803. OLE color: 14396803.

HSL color Cylindrical-coordinate representation of color #83ADDB: hue angle of 211.36º 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 #83ADDB is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 173 219 -
CMYK 0.40 0.21 0 0.14
HSL 211.36º 0.55% 0.69% -
HSV(B) 211.36º 0.4% 0.86% -
XYZ 37.09 39.83 72.75 -
YUV 165.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 131 173 219 0.40 0.21 0 0.14 211.36 0.55 0.69
Hex 83 AD DB 28 15 0 E D3 37 45
Octal 203 255 333 50 25 0 16 323 67 105
Binary 10000011 10101101 11011011 101000 10101 0 1110 11010011 110111 1000101

Color Harmonies of #83ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ADDB

Black with #83ADDB

Text Example


Text Example

White with #83ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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