Html Css Color HEX #73B0EC Jordy Blue

📋 copy color: '#73B0EC'

red 115 ◦ green 176 ◦ blue 236

#73B0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #73B0EC

Tints of Jordy Blue #73B0EC

RGB

 RED value IS 115 (45.31% from 255) = 21.82%

 GREEN value IS 176 (69.14% from 255) = 33.4%

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 21.82%
G = 33.4%
B = 44.78%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#73B0EC (or 0x73B0EC) is known color: Jordy Blue. HEX triplet: 73, B0 and EC. RGB value is (115,176,236). Sum of RGB (Red+Green+Blue) = 115+176+236=527 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.82% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #73B0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73B0EC is #8C4F13. Grayscale: #A4A4A4. Windows color (decimal): -9195284 or 15511667. OLE color: 15511667.

HSL color Cylindrical-coordinate representation of color #73B0EC: hue angle of 209.75º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73B0EC is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 176 236 -
CMYK 0.51 0.25 0 0.07
HSL 209.75º 0.76% 0.69% -
HSV(B) 209.75º 0.51% 0.93% -
XYZ 37.74 40.75 85.23 -
YUV 164.6 168.29 92.62 -
System Red Green Blue C M Y K H S L
Decimal 115 176 236 0.51 0.25 0 0.07 209.75 0.76 0.69
Hex 73 B0 EC 33 19 0 7 D2 4C 45
Octal 163 260 354 63 31 0 7 322 114 105
Binary 1110011 10110000 11101100 110011 11001 0 111 11010010 1001100 1000101

Color Harmonies of #73B0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B0EC

Black with #73B0EC

Text Example


Text Example

White with #73B0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,176,236); }

 H1.HeaderClassName
 {
   color: #73B0EC;
 }
 .AnyTagClassName
 {
   color: #73B0EC;
 }
</style>

background-color css

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

 a { background-color: rgb(115,176,236); }

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

border-color css

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

 span { border-color: rgb(115,176,236); }

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