Html Css Color HEX #75ACE4 Jordy Blue

📋 copy color: '#75ACE4'

red 117 ◦ green 172 ◦ blue 228

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

Shades of Jordy Blue #75ACE4

Tints of Jordy Blue #75ACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.1%

R = 22.63%
G = 33.27%
B = 44.1%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#75ACE4 (or 0x75ACE4) is known color: Jordy Blue. HEX triplet: 75, AC and E4. RGB value is (117,172,228). Sum of RGB (Red+Green+Blue) = 117+172+228=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #75ACE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACE4 is #8A531B. Grayscale: #A1A1A1. Windows color (decimal): -9065244 or 14986357. OLE color: 14986357.

HSL color Cylindrical-coordinate representation of color #75ACE4: hue angle of 210.27º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75ACE4 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 172 228 -
CMYK 0.49 0.25 0 0.11
HSL 210.27º 0.67% 0.68% -
HSV(B) 210.27º 0.49% 0.89% -
XYZ 36.09 38.89 79 -
YUV 161.94 165.28 95.95 -
System Red Green Blue C M Y K H S L
Decimal 117 172 228 0.49 0.25 0 0.11 210.27 0.67 0.68
Hex 75 AC E4 31 19 0 B D2 43 44
Octal 165 254 344 61 31 0 13 322 103 104
Binary 1110101 10101100 11100100 110001 11001 0 1011 11010010 1000011 1000100

Color Harmonies of #75ACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ACE4

Black with #75ACE4

Text Example


Text Example

White with #75ACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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