Html Css Color HEX #75ACD5 Jordy Blue

📋 copy color: '#75ACD5'

red 117 ◦ green 172 ◦ blue 213

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

Shades of Jordy Blue #75ACD5

Tints of Jordy Blue #75ACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.43%

R = 23.31%
G = 34.26%
B = 42.43%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#75ACD5 (or 0x75ACD5) is known color: Jordy Blue. HEX triplet: 75, AC and D5. RGB value is (117,172,213). Sum of RGB (Red+Green+Blue) = 117+172+213=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #75ACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACD5 is #8A532A. Grayscale: #A0A0A0. Windows color (decimal): -9065259 or 14003317. OLE color: 14003317.

HSL color Cylindrical-coordinate representation of color #75ACD5: hue angle of 205.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75ACD5 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 172 213 -
CMYK 0.45 0.19 0 0.16
HSL 205.63º 0.53% 0.65% -
HSV(B) 205.63º 0.45% 0.84% -
XYZ 34.1 38.09 68.51 -
YUV 160.23 157.78 97.17 -
System Red Green Blue C M Y K H S L
Decimal 117 172 213 0.45 0.19 0 0.16 205.63 0.53 0.65
Hex 75 AC D5 2D 13 0 10 CE 35 41
Octal 165 254 325 55 23 0 20 316 65 101
Binary 1110101 10101100 11010101 101101 10011 0 10000 11001110 110101 1000001

Color Harmonies of #75ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ACD5

Black with #75ACD5

Text Example


Text Example

White with #75ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,172,213); }

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

background-color css

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

 a { background-color: rgb(117,172,213); }

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

border-color css

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

 span { border-color: rgb(117,172,213); }

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