Html Css Color HEX #75AADC Jordy Blue

📋 copy color: '#75AADC'

red 117 ◦ green 170 ◦ blue 220

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

Shades of Jordy Blue #75AADC

Tints of Jordy Blue #75AADC

RGB

 RED value IS 117 (46.09% from 255) = 23.08%

 GREEN value IS 170 (66.8% from 255) = 33.53%

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 23.08%
G = 33.53%
B = 43.39%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75AADC (or 0x75AADC) is known color: Jordy Blue. HEX triplet: 75, AA and DC. RGB value is (117,170,220). Sum of RGB (Red+Green+Blue) = 117+170+220=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #75AADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AADC is #8A5523. Grayscale: #9F9F9F. Windows color (decimal): -9065764 or 14461557. OLE color: 14461557.

HSL color Cylindrical-coordinate representation of color #75AADC: hue angle of 209.13º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75AADC is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 170 220 -
CMYK 0.47 0.23 0 0.14
HSL 209.13º 0.6% 0.66% -
HSV(B) 209.13º 0.47% 0.86% -
XYZ 34.63 37.7 73.16 -
YUV 159.85 161.94 97.43 -
System Red Green Blue C M Y K H S L
Decimal 117 170 220 0.47 0.23 0 0.14 209.13 0.6 0.66
Hex 75 AA DC 2F 17 0 E D1 3C 42
Octal 165 252 334 57 27 0 16 321 74 102
Binary 1110101 10101010 11011100 101111 10111 0 1110 11010001 111100 1000010

Color Harmonies of #75AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AADC

Black with #75AADC

Text Example


Text Example

White with #75AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75AADC; }

 p { color: rgb(117,170,220); }

 H1.HeaderClassName
 {
   color: #75AADC;
 }
 .AnyTagClassName
 {
   color: #75AADC;
 }
</style>

background-color css

<style>
 a { background-color: #75AADC; }

 a { background-color: rgb(117,170,220); }

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

border-color css

<style>
 span { border-color: #75AADC; }

 span { border-color: rgb(117,170,220); }

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