Html Css Color HEX #75ACF4 Jordy Blue

📋 copy color: '#75ACF4'

red 117 ◦ green 172 ◦ blue 244

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

Shades of Jordy Blue #75ACF4

Tints of Jordy Blue #75ACF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.78%

R = 21.95%
G = 32.27%
B = 45.78%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#75ACF4 (or 0x75ACF4) is known color: Jordy Blue. HEX triplet: 75, AC and F4. RGB value is (117,172,244). Sum of RGB (Red+Green+Blue) = 117+172+244=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #75ACF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75ACF4 is #8A530B. Grayscale: #A3A3A3. Windows color (decimal): -9065228 or 16034933. OLE color: 16034933.

HSL color Cylindrical-coordinate representation of color #75ACF4: hue angle of 214.02º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75ACF4 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 172 244 -
CMYK 0.52 0.30 0 0.04
HSL 214.02º 0.85% 0.71% -
HSV(B) 214.02º 0.52% 0.96% -
XYZ 38.42 39.82 91.25 -
YUV 163.76 173.28 94.65 -
System Red Green Blue C M Y K H S L
Decimal 117 172 244 0.52 0.30 0 0.04 214.02 0.85 0.71
Hex 75 AC F4 34 1E 0 4 D6 55 47
Octal 165 254 364 64 36 0 4 326 125 107
Binary 1110101 10101100 11110100 110100 11110 0 100 11010110 1010101 1000111

Color Harmonies of #75ACF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ACF4

Black with #75ACF4

Text Example


Text Example

White with #75ACF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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