#83bbe3

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

Shades of Jordy Blue #83BBE3

Tints of Jordy Blue #83BBE3

Color information

#83BBE3 (or 0x83BBE3) is unknown color: approx Jordy Blue. HEX triplet: 83, BB and E3. RGB value is (131,187,227). Sum of RGB (Red+Green+Blue) = 131+187+227=545 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.04% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 227 - color contains mainly: blue. Hex color #83BBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBE3 is #7C441C. Grayscale: #AEAEAE. Windows color (decimal): -8143901 or 14924675. OLE color: 14924675.

HSL color Cylindrical-coordinate representation of color #83BBE3: hue angle of 205º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83BBE3 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB131187227-
CMYK0.420.1800.11
HSL205º63.16%70.2%-
HSV(B)205º42.29%89.02%-
XYZ4145.9179.37-
YUV174.82157.4596.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.04%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 227 (89.06% from 255) = 41.65%
R=24.04%
G=34.31%
B=41.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1311872270.420.1800.1120563.1670.2
Hex83BBE32A120Bcd3f46
Octal203273343522201331577106
Binary1000001110111011111000111010101001001011110011011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83bbe3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,187,227); }

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

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

 a { background-color: rgb(131,187,227); }

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

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

 span { border-color: rgb(131,187,227); }

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