#83B0DF

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

Shades of Jordy Blue #83B0DF

Tints of Jordy Blue #83B0DF

Color information

#83B0DF (or 0x83B0DF) is unknown color: approx Jordy Blue. HEX triplet: 83, B0 and DF. RGB value is (131,176,223). Sum of RGB (Red+Green+Blue) = 131+176+223=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #83B0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B0DF is #7C4F20. Grayscale: #A7A7A7. Windows color (decimal): -8146721 or 14659715. OLE color: 14659715.

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

Color convert

RGB131176223-
CMYK0.410.2100.13
HSL210.65º58.97%69.41%-
HSV(B)210.65º41.26%87.45%-
XYZ38.241.275.75-
YUV167.9159.09101.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.72%
GREEN value IS 176 (69.14% from 255) = 33.21%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=24.72%
G=33.21%
B=42.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311762230.410.2100.13210.6558.9769.41
Hex83B0DF29150Dd33b45
Octal203260337512501532373105
Binary1000001110110000110111111010011010101101110100111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,176,223); }

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

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

 a { background-color: rgb(131,176,223); }

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

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

 span { border-color: rgb(131,176,223); }

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