#83B5EA

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

Shades of Jordy Blue #83B5EA

Tints of Jordy Blue #83B5EA

Color information

#83B5EA (or 0x83B5EA) is unknown color: approx Jordy Blue. HEX triplet: 83, B5 and EA. RGB value is (131,181,234). Sum of RGB (Red+Green+Blue) = 131+181+234=546 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.99% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #83B5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83B5EA is #7C4A15. Grayscale: #ABABAB. Windows color (decimal): -8145430 or 15381891. OLE color: 15381891.

HSL color Cylindrical-coordinate representation of color #83B5EA: hue angle of 210.87º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83B5EA is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB131181234-
CMYK0.440.2300.08
HSL210.87º71.03%71.57%-
HSV(B)210.87º44.02%91.76%-
XYZ40.7443.8184.15-
YUV172.09162.9498.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.99%
GREEN value IS 181 (71.09% from 255) = 33.15%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=23.99%
G=33.15%
B=42.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1311812340.440.2300.08210.8771.0371.57
Hex83B5EA2C1708d34748
Octal2032653525427010323107110
Binary10000011101101011110101010110010111010001101001110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,181,234); }

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

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

 a { background-color: rgb(131,181,234); }

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

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

 span { border-color: rgb(131,181,234); }

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