#83B0D6

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

Shades of Jordy Blue #83B0D6

Tints of Jordy Blue #83B0D6

Color information

#83B0D6 (or 0x83B0D6) is unknown color: approx Jordy Blue. HEX triplet: 83, B0 and D6. RGB value is (131,176,214). Sum of RGB (Red+Green+Blue) = 131+176+214=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #83B0D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B0D6 is #7C4F29. Grayscale: #A6A6A6. Windows color (decimal): -8146730 or 14069891. OLE color: 14069891.

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

Color convert

RGB131176214-
CMYK0.390.1800.16
HSL207.47º50.3%67.65%-
HSV(B)207.47º38.79%83.92%-
XYZ37.0240.7369.53-
YUV166.88154.59102.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.14%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 214 (83.98% from 255) = 41.07%
R=25.14%
G=33.78%
B=41.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311762140.390.1800.16207.4750.367.65
Hex83B0D62712010cf3244
Octal203260326472202031762104
Binary10000011101100001101011010011110010010000110011111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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