Html Css Color HEX #73ABEE Jordy Blue

📋 copy color: '#73ABEE'

red 115 ◦ green 171 ◦ blue 238

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

Shades of Jordy Blue #73ABEE

Tints of Jordy Blue #73ABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 21.95%
G = 32.63%
B = 45.42%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#73ABEE (or 0x73ABEE) is known color: Jordy Blue. HEX triplet: 73, AB and EE. RGB value is (115,171,238). Sum of RGB (Red+Green+Blue) = 115+171+238=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #73ABEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ABEE is #8C5411. Grayscale: #A1A1A1. Windows color (decimal): -9196562 or 15641459. OLE color: 15641459.

HSL color Cylindrical-coordinate representation of color #73ABEE: hue angle of 212.68º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73ABEE is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 171 238 -
CMYK 0.52 0.28 0 0.07
HSL 212.68º 0.78% 0.69% -
HSV(B) 212.68º 0.52% 0.93% -
XYZ 37.07 38.94 86.45 -
YUV 161.89 170.95 94.55 -
System Red Green Blue C M Y K H S L
Decimal 115 171 238 0.52 0.28 0 0.07 212.68 0.78 0.69
Hex 73 AB EE 34 1C 0 7 D5 4E 45
Octal 163 253 356 64 34 0 7 325 116 105
Binary 1110011 10101011 11101110 110100 11100 0 111 11010101 1001110 1000101

Color Harmonies of #73ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ABEE

Black with #73ABEE

Text Example


Text Example

White with #73ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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