#75A2EA

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

Shades of Jordy Blue #75A2EA

Tints of Jordy Blue #75A2EA

Color information

#75A2EA (or 0x75A2EA) is unknown color: approx Jordy Blue. HEX triplet: 75, A2 and EA. RGB value is (117,162,234). Sum of RGB (Red+Green+Blue) = 117+162+234=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #75A2EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A2EA is #8A5D15. Grayscale: #9C9C9C. Windows color (decimal): -9067798 or 15377013. OLE color: 15377013.

HSL color Cylindrical-coordinate representation of color #75A2EA: hue angle of 216.92º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75A2EA is Cyan = 0.5, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117162234-
CMYK0.50.3100.08
HSL216.92º73.58%68.82%-
HSV(B)216.92º50%91.76%-
XYZ35.1135.5682.86-
YUV156.75171.5999.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.81%
GREEN value IS 162 (63.67% from 255) = 31.58%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=22.81%
G=31.58%
B=45.61%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171622340.50.3100.08216.9273.5868.82
Hex75A2EA321F08d94a45
Octal1652423526237010331112105
Binary1110101101000101110101011001011111010001101100110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,162,234); }

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

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

 a { background-color: rgb(117,162,234); }

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

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

 span { border-color: rgb(117,162,234); }

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