Html Css Color HEX #75AED7 Jordy Blue

📋 copy color: '#75AED7'

red 117 ◦ green 174 ◦ blue 215

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

Shades of Jordy Blue #75AED7

Tints of Jordy Blue #75AED7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.39%

 BLUE value IS 215 (84.38% from 255) = 42.49%

R = 23.12%
G = 34.39%
B = 42.49%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#75AED7 (or 0x75AED7) is known color: Jordy Blue. HEX triplet: 75, AE and D7. RGB value is (117,174,215). Sum of RGB (Red+Green+Blue) = 117+174+215=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #75AED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AED7 is #8A5128. Grayscale: #A1A1A1. Windows color (decimal): -9064745 or 14134901. OLE color: 14134901.

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

Color convert

RGB 117 174 215 -
CMYK 0.46 0.19 0 0.16
HSL 205.1º 0.55% 0.65% -
HSV(B) 205.1º 0.46% 0.84% -
XYZ 34.74 38.96 69.98 -
YUV 161.63 158.12 96.17 -
System Red Green Blue C M Y K H S L
Decimal 117 174 215 0.46 0.19 0 0.16 205.1 0.55 0.65
Hex 75 AE D7 2E 13 0 10 CD 37 41
Octal 165 256 327 56 23 0 20 315 67 101
Binary 1110101 10101110 11010111 101110 10011 0 10000 11001101 110111 1000001

Color Harmonies of #75AED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AED7

Black with #75AED7

Text Example


Text Example

White with #75AED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,174,215); }

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

background-color css

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

 a { background-color: rgb(117,174,215); }

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

border-color css

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

 span { border-color: rgb(117,174,215); }

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