#75B0EC

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

Shades of Jordy Blue #75B0EC

Tints of Jordy Blue #75B0EC

Color information

#75B0EC (or 0x75B0EC) is unknown color: approx Jordy Blue. HEX triplet: 75, B0 and EC. RGB value is (117,176,236). Sum of RGB (Red+Green+Blue) = 117+176+236=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #75B0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75B0EC is #8A4F13. Grayscale: #A4A4A4. Windows color (decimal): -9064212 or 15511669. OLE color: 15511669.

HSL color Cylindrical-coordinate representation of color #75B0EC: hue angle of 210.25º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75B0EC is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117176236-
CMYK0.500.2500.07
HSL210.25º75.8%69.22%-
HSV(B)210.25º50.42%92.55%-
XYZ3840.8985.25-
YUV165.2167.9593.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.12%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 236 (92.58% from 255) = 44.61%
R=22.12%
G=33.27%
B=44.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1171762360.500.2500.07210.2575.869.22
Hex75B0EC321907d24c45
Octal165260354623107322114105
Binary111010110110000111011001100101100101111101001010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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