Html Css Color HEX #83AAD7 Jordy Blue

📋 copy color: '#83AAD7'

red 131 ◦ green 170 ◦ blue 215

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

Shades of Jordy Blue #83AAD7

Tints of Jordy Blue #83AAD7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.95%

 BLUE value IS 215 (84.38% from 255) = 41.67%

R = 25.39%
G = 32.95%
B = 41.67%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#83AAD7 (or 0x83AAD7) is known color: Jordy Blue. HEX triplet: 83, AA and D7. RGB value is (131,170,215). Sum of RGB (Red+Green+Blue) = 131+170+215=516 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.39% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #83AAD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AAD7 is #7C5528. Grayscale: #A3A3A3. Windows color (decimal): -8148265 or 14133891. OLE color: 14133891.

HSL color Cylindrical-coordinate representation of color #83AAD7: hue angle of 212.14º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83AAD7 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 170 215 -
CMYK 0.39 0.21 0 0.16
HSL 212.14º 0.51% 0.68% -
HSV(B) 212.14º 0.39% 0.84% -
XYZ 36 38.48 69.82 -
YUV 163.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 131 170 215 0.39 0.21 0 0.16 212.14 0.51 0.68
Hex 83 AA D7 27 15 0 10 D4 33 44
Octal 203 252 327 47 25 0 20 324 63 104
Binary 10000011 10101010 11010111 100111 10101 0 10000 11010100 110011 1000100

Color Harmonies of #83AAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AAD7

Black with #83AAD7

Text Example


Text Example

White with #83AAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,170,215); }

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

background-color css

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

 a { background-color: rgb(131,170,215); }

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

border-color css

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

 span { border-color: rgb(131,170,215); }

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