Html Css Color HEX #73ACDB Jordy Blue

📋 copy color: '#73ACDB'

red 115 ◦ green 172 ◦ blue 219

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

Shades of Jordy Blue #73ACDB

Tints of Jordy Blue #73ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.99%

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 22.73%
G = 33.99%
B = 43.28%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73ACDB (or 0x73ACDB) is known color: Jordy Blue. HEX triplet: 73, AC and DB. RGB value is (115,172,219). Sum of RGB (Red+Green+Blue) = 115+172+219=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #73ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACDB is #8C5324. Grayscale: #A0A0A0. Windows color (decimal): -9196325 or 14396531. OLE color: 14396531.

HSL color Cylindrical-coordinate representation of color #73ACDB: hue angle of 207.12º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73ACDB is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 172 219 -
CMYK 0.47 0.21 0 0.14
HSL 207.12º 0.59% 0.65% -
HSV(B) 207.12º 0.47% 0.86% -
XYZ 34.61 38.26 72.58 -
YUV 160.32 161.12 95.68 -
System Red Green Blue C M Y K H S L
Decimal 115 172 219 0.47 0.21 0 0.14 207.12 0.59 0.65
Hex 73 AC DB 2F 15 0 E CF 3B 41
Octal 163 254 333 57 25 0 16 317 73 101
Binary 1110011 10101100 11011011 101111 10101 0 1110 11001111 111011 1000001

Color Harmonies of #73ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ACDB

Black with #73ACDB

Text Example


Text Example

White with #73ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,172,219); }

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

background-color css

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

 a { background-color: rgb(115,172,219); }

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

border-color css

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

 span { border-color: rgb(115,172,219); }

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