Html Css Color HEX #73B1EB Jordy Blue

📋 copy color: '#73B1EB'

red 115 ◦ green 177 ◦ blue 235

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

Shades of Jordy Blue #73B1EB

Tints of Jordy Blue #73B1EB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.59%

 BLUE value IS 235 (92.19% from 255) = 44.59%

R = 21.82%
G = 33.59%
B = 44.59%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73B1EB (or 0x73B1EB) is known color: Jordy Blue. HEX triplet: 73, B1 and EB. RGB value is (115,177,235). Sum of RGB (Red+Green+Blue) = 115+177+235=527 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.82% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #73B1EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73B1EB is #8C4E14. Grayscale: #A4A4A4. Windows color (decimal): -9195029 or 15446387. OLE color: 15446387.

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

Color convert

RGB 115 177 235 -
CMYK 0.51 0.25 0 0.08
HSL 209º 0.75% 0.69% -
HSV(B) 209º 0.51% 0.92% -
XYZ 37.79 41.09 84.54 -
YUV 165.07 167.46 92.28 -
System Red Green Blue C M Y K H S L
Decimal 115 177 235 0.51 0.25 0 0.08 209 0.75 0.69
Hex 73 B1 EB 33 19 0 8 D1 4B 45
Octal 163 261 353 63 31 0 10 321 113 105
Binary 1110011 10110001 11101011 110011 11001 0 1000 11010001 1001011 1000101

Color Harmonies of #73B1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B1EB

Black with #73B1EB

Text Example


Text Example

White with #73B1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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