#83BBEC

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

Shades of Jordy Blue #83BBEC

Tints of Jordy Blue #83BBEC

Color information

#83BBEC (or 0x83BBEC) is unknown color: approx Jordy Blue. HEX triplet: 83, BB and EC. RGB value is (131,187,236). Sum of RGB (Red+Green+Blue) = 131+187+236=554 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.65% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #83BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BBEC is #7C4413. Grayscale: #AFAFAF. Windows color (decimal): -8143892 or 15514499. OLE color: 15514499.

HSL color Cylindrical-coordinate representation of color #83BBEC: hue angle of 208º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83BBEC is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131187236-
CMYK0.440.2100.07
HSL208º73.43%71.96%-
HSV(B)208º44.49%92.55%-
XYZ42.2746.4286.09-
YUV175.84161.9596.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.65%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=23.65%
G=33.75%
B=42.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311872360.440.2100.0720873.4371.96
Hex83BBEC2C1507d04948
Octal203273354542507320111110
Binary1000001110111011111011001011001010101111101000010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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