Html Css Color HEX #73AFDE Jordy Blue

📋 copy color: '#73AFDE'

red 115 ◦ green 175 ◦ blue 222

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

Shades of Jordy Blue #73AFDE

Tints of Jordy Blue #73AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.36%

R = 22.46%
G = 34.18%
B = 43.36%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73AFDE (or 0x73AFDE) is known color: Jordy Blue. HEX triplet: 73, AF and DE. RGB value is (115,175,222). Sum of RGB (Red+Green+Blue) = 115+175+222=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #73AFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFDE is #8C5021. Grayscale: #A2A2A2. Windows color (decimal): -9195554 or 14593907. OLE color: 14593907.

HSL color Cylindrical-coordinate representation of color #73AFDE: hue angle of 206.36º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73AFDE is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 175 222 -
CMYK 0.48 0.21 0 0.13
HSL 206.36º 0.62% 0.66% -
HSV(B) 206.36º 0.48% 0.87% -
XYZ 35.59 39.58 74.87 -
YUV 162.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 115 175 222 0.48 0.21 0 0.13 206.36 0.62 0.66
Hex 73 AF DE 30 15 0 D CE 3E 42
Octal 163 257 336 60 25 0 15 316 76 102
Binary 1110011 10101111 11011110 110000 10101 0 1101 11001110 111110 1000010

Color Harmonies of #73AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFDE

Black with #73AFDE

Text Example


Text Example

White with #73AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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