Html Css Color HEX #75ACF7 Jordy Blue

📋 copy color: '#75ACF7'

red 117 ◦ green 172 ◦ blue 247

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

Shades of Jordy Blue #75ACF7

Tints of Jordy Blue #75ACF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.08%

R = 21.83%
G = 32.09%
B = 46.08%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#75ACF7 (or 0x75ACF7) is known color: Jordy Blue. HEX triplet: 75, AC and F7. RGB value is (117,172,247). Sum of RGB (Red+Green+Blue) = 117+172+247=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #75ACF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75ACF7 is #8A5308. Grayscale: #A3A3A3. Windows color (decimal): -9065225 or 16231541. OLE color: 16231541.

HSL color Cylindrical-coordinate representation of color #75ACF7: hue angle of 214.62º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75ACF7 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 172 247 -
CMYK 0.53 0.30 0 0.03
HSL 214.62º 0.89% 0.71% -
HSV(B) 214.62º 0.53% 0.97% -
XYZ 38.88 40 93.67 -
YUV 164.11 174.78 94.4 -
System Red Green Blue C M Y K H S L
Decimal 117 172 247 0.53 0.30 0 0.03 214.62 0.89 0.71
Hex 75 AC F7 35 1E 0 3 D7 59 47
Octal 165 254 367 65 36 0 3 327 131 107
Binary 1110101 10101100 11110111 110101 11110 0 11 11010111 1011001 1000111

Color Harmonies of #75ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ACF7

Black with #75ACF7

Text Example


Text Example

White with #75ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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