#75B0F1

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

Shades of Jordy Blue #75B0F1

Tints of Jordy Blue #75B0F1

Color information

#75B0F1 (or 0x75B0F1) is unknown color: approx Jordy Blue. HEX triplet: 75, B0 and F1. RGB value is (117,176,241). Sum of RGB (Red+Green+Blue) = 117+176+241=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #75B0F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75B0F1 is #8A4F0E. Grayscale: #A5A5A5. Windows color (decimal): -9064207 or 15839349. OLE color: 15839349.

HSL color Cylindrical-coordinate representation of color #75B0F1: hue angle of 211.45º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75B0F1 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117176241-
CMYK0.510.2700.05
HSL211.45º81.58%70.2%-
HSV(B)211.45º51.45%94.51%-
XYZ38.7441.1889.13-
YUV165.77170.4593.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.91%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=21.91%
G=32.96%
B=45.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171762410.510.2700.05211.4581.5870.2
Hex75B0F1331B05d35246
Octal165260361633305323122106
Binary111010110110000111100011100111101101011101001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,176,241); }

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

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

 a { background-color: rgb(117,176,241); }

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

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

 span { border-color: rgb(117,176,241); }

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