Html Css Color HEX #73AFE6 Jordy Blue

📋 copy color: '#73AFE6'

red 115 ◦ green 175 ◦ blue 230

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

Shades of Jordy Blue #73AFE6

Tints of Jordy Blue #73AFE6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.65%

 BLUE value IS 230 (90.23% from 255) = 44.23%

R = 22.12%
G = 33.65%
B = 44.23%

CMYK

 C value IS 0.5

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#73AFE6 (or 0x73AFE6) is known color: Jordy Blue. HEX triplet: 73, AF and E6. RGB value is (115,175,230). Sum of RGB (Red+Green+Blue) = 115+175+230=520 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.12% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #73AFE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AFE6 is #8C5019. Grayscale: #A3A3A3. Windows color (decimal): -9195546 or 15118195. OLE color: 15118195.

HSL color Cylindrical-coordinate representation of color #73AFE6: hue angle of 208.7º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73AFE6 is Cyan = 0.5, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 175 230 -
CMYK 0.5 0.24 0 0.10
HSL 208.7º 0.7% 0.68% -
HSV(B) 208.7º 0.5% 0.9% -
XYZ 36.68 40.02 80.65 -
YUV 163.33 165.62 93.53 -
System Red Green Blue C M Y K H S L
Decimal 115 175 230 0.5 0.24 0 0.10 208.7 0.7 0.68
Hex 73 AF E6 32 18 0 A D1 46 44
Octal 163 257 346 62 30 0 12 321 106 104
Binary 1110011 10101111 11100110 110010 11000 0 1010 11010001 1000110 1000100

Color Harmonies of #73AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFE6

Black with #73AFE6

Text Example


Text Example

White with #73AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,175,230); }

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

background-color css

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

 a { background-color: rgb(115,175,230); }

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

border-color css

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

 span { border-color: rgb(115,175,230); }

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