Html Css Color HEX #75ADDD Jordy Blue

📋 copy color: '#75ADDD'

red 117 ◦ green 173 ◦ blue 221

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

Shades of Jordy Blue #75ADDD

Tints of Jordy Blue #75ADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.86%

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 22.9%
G = 33.86%
B = 43.25%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75ADDD (or 0x75ADDD) is known color: Jordy Blue. HEX triplet: 75, AD and DD. RGB value is (117,173,221). Sum of RGB (Red+Green+Blue) = 117+173+221=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #75ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADDD is #8A5222. Grayscale: #A1A1A1. Windows color (decimal): -9064995 or 14527861. OLE color: 14527861.

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

Color convert

RGB 117 173 221 -
CMYK 0.47 0.22 0 0.13
HSL 207.69º 0.6% 0.66% -
HSV(B) 207.69º 0.47% 0.87% -
XYZ 35.33 38.89 74.05 -
YUV 161.73 161.45 96.1 -
System Red Green Blue C M Y K H S L
Decimal 117 173 221 0.47 0.22 0 0.13 207.69 0.6 0.66
Hex 75 AD DD 2F 16 0 D D0 3C 42
Octal 165 255 335 57 26 0 15 320 74 102
Binary 1110101 10101101 11011101 101111 10110 0 1101 11010000 111100 1000010

Color Harmonies of #75ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ADDD

Black with #75ADDD

Text Example


Text Example

White with #75ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,173,221); }

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

background-color css

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

 a { background-color: rgb(117,173,221); }

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

border-color css

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

 span { border-color: rgb(117,173,221); }

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