Html Css Color HEX #73AEEB Jordy Blue

📋 copy color: '#73AEEB'

red 115 ◦ green 174 ◦ blue 235

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

Shades of Jordy Blue #73AEEB

Tints of Jordy Blue #73AEEB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.21%

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

R = 21.95%
G = 33.21%
B = 44.85%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73AEEB (or 0x73AEEB) is known color: Jordy Blue. HEX triplet: 73, AE and EB. RGB value is (115,174,235). Sum of RGB (Red+Green+Blue) = 115+174+235=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #73AEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AEEB is #8C5114. Grayscale: #A3A3A3. Windows color (decimal): -9195797 or 15445619. OLE color: 15445619.

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

Color convert

RGB 115 174 235 -
CMYK 0.51 0.26 0 0.08
HSL 210.5º 0.75% 0.69% -
HSV(B) 210.5º 0.51% 0.92% -
XYZ 37.2 39.92 84.34 -
YUV 163.31 168.45 93.54 -
System Red Green Blue C M Y K H S L
Decimal 115 174 235 0.51 0.26 0 0.08 210.5 0.75 0.69
Hex 73 AE EB 33 1A 0 8 D2 4B 45
Octal 163 256 353 63 32 0 10 322 113 105
Binary 1110011 10101110 11101011 110011 11010 0 1000 11010010 1001011 1000101

Color Harmonies of #73AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AEEB

Black with #73AEEB

Text Example


Text Example

White with #73AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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