#75AAF3

Color #75AAF3 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #75AAF3

Tints of Jordy Blue #75AAF3

Color information

#75AAF3 (or 0x75AAF3) is unknown color: approx Jordy Blue. HEX triplet: 75, AA and F3. RGB value is (117,170,243). Sum of RGB (Red+Green+Blue) = 117+170+243=530 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.08% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #75AAF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75AAF3 is #8A550C. Grayscale: #A2A2A2. Windows color (decimal): -9065741 or 15968885. OLE color: 15968885.

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

Color convert

RGB117170243-
CMYK0.520.3000.05
HSL214.76º84%70.59%-
HSV(B)214.76º51.85%95.29%-
XYZ37.893990.33-
YUV162.48173.4495.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.08%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 243 (95.31% from 255) = 45.85%
R=22.08%
G=32.08%
B=45.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171702430.520.3000.05214.768470.59
Hex75AAF3341E05d75447
Octal165252363643605327124107
Binary111010110101010111100111101001111001011101011110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,170,243); }

 H1.HeaderClassName
 {
   color: #75AAF3;
 }
 .AnyTagClassName
 {
   color: #75AAF3;
 }
</style>
background-color css

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

 a { background-color: rgb(117,170,243); }

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

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

 span { border-color: rgb(117,170,243); }

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