Html Css Color HEX #73ABEB Jordy Blue

📋 copy color: '#73ABEB'

red 115 ◦ green 171 ◦ blue 235

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

Shades of Jordy Blue #73ABEB

Tints of Jordy Blue #73ABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.82%

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

R = 22.07%
G = 32.82%
B = 45.11%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73ABEB (or 0x73ABEB) is known color: Jordy Blue. HEX triplet: 73, AB and EB. RGB value is (115,171,235). Sum of RGB (Red+Green+Blue) = 115+171+235=521 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.07% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #73ABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ABEB is #8C5414. Grayscale: #A1A1A1. Windows color (decimal): -9196565 or 15444851. OLE color: 15444851.

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

Color convert

RGB 115 171 235 -
CMYK 0.51 0.27 0 0.08
HSL 212º 0.75% 0.69% -
HSV(B) 212º 0.51% 0.92% -
XYZ 36.63 38.77 84.15 -
YUV 161.55 169.45 94.8 -
System Red Green Blue C M Y K H S L
Decimal 115 171 235 0.51 0.27 0 0.08 212 0.75 0.69
Hex 73 AB EB 33 1B 0 8 D4 4B 45
Octal 163 253 353 63 33 0 10 324 113 105
Binary 1110011 10101011 11101011 110011 11011 0 1000 11010100 1001011 1000101

Color Harmonies of #73ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ABEB

Black with #73ABEB

Text Example


Text Example

White with #73ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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