#73b1ef

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

Shades of Jordy Blue #73B1EF

Tints of Jordy Blue #73B1EF

Color information

#73B1EF (or 0x73B1EF) is unknown color: approx Jordy Blue. HEX triplet: 73, B1 and EF. RGB value is (115,177,239). Sum of RGB (Red+Green+Blue) = 115+177+239=531 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.66% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #73B1EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73B1EF is #8C4E10. Grayscale: #A5A5A5. Windows color (decimal): -9195025 or 15708531. OLE color: 15708531.

HSL color Cylindrical-coordinate representation of color #73B1EF: hue angle of 210º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73B1EF is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB115177239-
CMYK0.520.2600.06
HSL210º79.49%69.41%-
HSV(B)210º51.88%93.73%-
XYZ38.3741.3287.61-
YUV165.53169.4691.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.66%
GREEN value IS 177 (69.53% from 255) = 33.33%
BLUE value IS 239 (93.75% from 255) = 45.01%
R=21.66%
G=33.33%
B=45.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1151772390.520.2600.0621079.4969.41
Hex73B1EF341A06d24f45
Octal163261357643206322117105
Binary111001110110001111011111101001101001101101001010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73b1ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73b1ef; }

 p { color: rgb(115,177,239); }

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

<style>
 a { background-color: #73b1ef; }

 a { background-color: rgb(115,177,239); }

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

<style>
 span { border-color: #73b1ef; }

 span { border-color: rgb(115,177,239); }

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