#83B4DC

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

Shades of Jordy Blue #83B4DC

Tints of Jordy Blue #83B4DC

Color information

#83B4DC (or 0x83B4DC) is unknown color: approx Jordy Blue. HEX triplet: 83, B4 and DC. RGB value is (131,180,220). Sum of RGB (Red+Green+Blue) = 131+180+220=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #83B4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B4DC is #7C4B23. Grayscale: #A9A9A9. Windows color (decimal): -8145700 or 14464131. OLE color: 14464131.

HSL color Cylindrical-coordinate representation of color #83B4DC: hue angle of 206.97º degrees, saturation: 0.56, 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 #83B4DC is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131180220-
CMYK0.400.1800.14
HSL206.97º55.97%68.82%-
HSV(B)206.97º40.45%86.27%-
XYZ38.642.6473.91-
YUV169.91156.27100.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.67%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=24.67%
G=33.90%
B=41.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311802200.400.1800.14206.9755.9768.82
Hex83B4DC28120Ecf3845
Octal203264334502201631770105
Binary1000001110110100110111001010001001001110110011111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,180,220); }

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

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

 a { background-color: rgb(131,180,220); }

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

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

 span { border-color: rgb(131,180,220); }

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