Html Css Color HEX #73B3EA Jordy Blue

📋 copy color: '#73B3EA'

red 115 ◦ green 179 ◦ blue 234

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

Shades of Jordy Blue #73B3EA

Tints of Jordy Blue #73B3EA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.9%

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 21.78%
G = 33.9%
B = 44.32%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73B3EA (or 0x73B3EA) is known color: Jordy Blue. HEX triplet: 73, B3 and EA. RGB value is (115,179,234). Sum of RGB (Red+Green+Blue) = 115+179+234=528 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.78% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #73B3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B3EA is #8C4C15. Grayscale: #A5A5A5. Windows color (decimal): -9194518 or 15381363. OLE color: 15381363.

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

Color convert

RGB 115 179 234 -
CMYK 0.51 0.24 0 0.08
HSL 207.73º 0.74% 0.68% -
HSV(B) 207.73º 0.51% 0.92% -
XYZ 38.04 41.83 83.91 -
YUV 166.13 166.3 91.53 -
System Red Green Blue C M Y K H S L
Decimal 115 179 234 0.51 0.24 0 0.08 207.73 0.74 0.68
Hex 73 B3 EA 33 18 0 8 D0 4A 44
Octal 163 263 352 63 30 0 10 320 112 104
Binary 1110011 10110011 11101010 110011 11000 0 1000 11010000 1001010 1000100

Color Harmonies of #73B3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B3EA

Black with #73B3EA

Text Example


Text Example

White with #73B3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,179,234); }

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

background-color css

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

 a { background-color: rgb(115,179,234); }

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

border-color css

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

 span { border-color: rgb(115,179,234); }

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