Html Css Color HEX #75A9E0 Jordy Blue

📋 copy color: '#75A9E0'

red 117 ◦ green 169 ◦ blue 224

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

Shades of Jordy Blue #75A9E0

Tints of Jordy Blue #75A9E0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.14%

 BLUE value IS 224 (87.89% from 255) = 43.92%

R = 22.94%
G = 33.14%
B = 43.92%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#75A9E0 (or 0x75A9E0) is known color: Jordy Blue. HEX triplet: 75, A9 and E0. RGB value is (117,169,224). Sum of RGB (Red+Green+Blue) = 117+169+224=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #75A9E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A9E0 is #8A561F. Grayscale: #9F9F9F. Windows color (decimal): -9066016 or 14723445. OLE color: 14723445.

HSL color Cylindrical-coordinate representation of color #75A9E0: hue angle of 210.84º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75A9E0 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 169 224 -
CMYK 0.48 0.25 0 0.12
HSL 210.84º 0.63% 0.67% -
HSV(B) 210.84º 0.48% 0.88% -
XYZ 34.98 37.54 75.92 -
YUV 159.72 164.27 97.53 -
System Red Green Blue C M Y K H S L
Decimal 117 169 224 0.48 0.25 0 0.12 210.84 0.63 0.67
Hex 75 A9 E0 30 19 0 C D3 3F 43
Octal 165 251 340 60 31 0 14 323 77 103
Binary 1110101 10101001 11100000 110000 11001 0 1100 11010011 111111 1000011

Color Harmonies of #75A9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A9E0

Black with #75A9E0

Text Example


Text Example

White with #75A9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,169,224); }

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

background-color css

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

 a { background-color: rgb(117,169,224); }

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

border-color css

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

 span { border-color: rgb(117,169,224); }

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