#83AFD7

Color #83AFD7 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #83AFD7

Tints of Jordy Blue #83AFD7

Color information

#83AFD7 (or 0x83AFD7) is unknown color: approx Jordy Blue. HEX triplet: 83, AF and D7. RGB value is (131,175,215). Sum of RGB (Red+Green+Blue) = 131+175+215=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #83AFD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFD7 is #7C5028. Grayscale: #A6A6A6. Windows color (decimal): -8146985 or 14135171. OLE color: 14135171.

HSL color Cylindrical-coordinate representation of color #83AFD7: hue angle of 208.57º 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 #83AFD7 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131175215-
CMYK0.390.1900.16
HSL208.57º51.22%67.84%-
HSV(B)208.57º39.07%84.31%-
XYZ36.9640.3970.14-
YUV166.4155.42102.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.14%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=25.14%
G=33.59%
B=41.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311752150.390.1900.16208.5751.2267.84
Hex83AFD72713010d13344
Octal203257327472302032163104
Binary10000011101011111101011110011110011010000110100011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83AFD7;
 }
 .AnyTagClassName
 {
   color: #83AFD7;
 }
</style>
background-color css

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

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

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

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

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

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