Html Css Color HEX #73B5EA Jordy Blue

📋 copy color: '#73B5EA'

red 115 ◦ green 181 ◦ blue 234

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

Shades of Jordy Blue #73B5EA

Tints of Jordy Blue #73B5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.15%

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

R = 21.7%
G = 34.15%
B = 44.15%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73B5EA (or 0x73B5EA) is known color: Jordy Blue. HEX triplet: 73, B5 and EA. RGB value is (115,181,234). Sum of RGB (Red+Green+Blue) = 115+181+234=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #73B5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B5EA is #8C4A15. Grayscale: #A7A7A7. Windows color (decimal): -9194006 or 15381875. OLE color: 15381875.

HSL color Cylindrical-coordinate representation of color #73B5EA: hue angle of 206.72º 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 #73B5EA is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 181 234 -
CMYK 0.51 0.23 0 0.08
HSL 206.72º 0.74% 0.68% -
HSV(B) 206.72º 0.51% 0.92% -
XYZ 38.45 42.63 84.04 -
YUV 167.31 165.63 90.69 -
System Red Green Blue C M Y K H S L
Decimal 115 181 234 0.51 0.23 0 0.08 206.72 0.74 0.68
Hex 73 B5 EA 33 17 0 8 CF 4A 44
Octal 163 265 352 63 27 0 10 317 112 104
Binary 1110011 10110101 11101010 110011 10111 0 1000 11001111 1001010 1000100

Color Harmonies of #73B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B5EA

Black with #73B5EA

Text Example


Text Example

White with #73B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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