Html Css Color HEX #83ADDD Jordy Blue

📋 copy color: '#83ADDD'

red 131 ◦ green 173 ◦ blue 221

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

Shades of Jordy Blue #83ADDD

Tints of Jordy Blue #83ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 24.95%
G = 32.95%
B = 42.1%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83ADDD (or 0x83ADDD) is known color: Jordy Blue. HEX triplet: 83, AD and DD. RGB value is (131,173,221). Sum of RGB (Red+Green+Blue) = 131+173+221=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #83ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADDD is #7C5222. Grayscale: #A5A5A5. Windows color (decimal): -8147491 or 14527875. OLE color: 14527875.

HSL color Cylindrical-coordinate representation of color #83ADDD: hue angle of 212º degrees, saturation: 0.57, 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 #83ADDD is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 173 221 -
CMYK 0.41 0.22 0 0.13
HSL 212º 0.57% 0.69% -
HSV(B) 212º 0.41% 0.87% -
XYZ 37.35 39.93 74.15 -
YUV 165.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 131 173 221 0.41 0.22 0 0.13 212 0.57 0.69
Hex 83 AD DD 29 16 0 D D4 39 45
Octal 203 255 335 51 26 0 15 324 71 105
Binary 10000011 10101101 11011101 101001 10110 0 1101 11010100 111001 1000101

Color Harmonies of #83ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ADDD

Black with #83ADDD

Text Example


Text Example

White with #83ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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