#83B2DB

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

Shades of Jordy Blue #83B2DB

Tints of Jordy Blue #83B2DB

Color information

#83B2DB (or 0x83B2DB) is unknown color: approx Jordy Blue. HEX triplet: 83, B2 and DB. RGB value is (131,178,219). Sum of RGB (Red+Green+Blue) = 131+178+219=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #83B2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B2DB is #7C4D24. Grayscale: #A8A8A8. Windows color (decimal): -8146213 or 14398083. OLE color: 14398083.

HSL color Cylindrical-coordinate representation of color #83B2DB: hue angle of 207.95º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83B2DB is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131178219-
CMYK0.400.1900.14
HSL207.95º55%68.63%-
HSV(B)207.95º40.18%85.88%-
XYZ38.0741.7873.08-
YUV168.62156.43101.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.81%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=24.81%
G=33.71%
B=41.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311782190.400.1900.14207.955568.63
Hex83B2DB28130Ed03745
Octal203262333502301632067105
Binary1000001110110010110110111010001001101110110100001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,178,219); }

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

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

 a { background-color: rgb(131,178,219); }

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

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

 span { border-color: rgb(131,178,219); }

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