#75B3EA

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

Shades of Jordy Blue #75B3EA

Tints of Jordy Blue #75B3EA

Color information

#75B3EA (or 0x75B3EA) is unknown color: approx Jordy Blue. HEX triplet: 75, B3 and EA. RGB value is (117,179,234). Sum of RGB (Red+Green+Blue) = 117+179+234=530 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.08% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #75B3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B3EA is #8A4C15. Grayscale: #A6A6A6. Windows color (decimal): -9063446 or 15381365. OLE color: 15381365.

HSL color Cylindrical-coordinate representation of color #75B3EA: hue angle of 208.21º 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 #75B3EA is Cyan = 0.5, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117179234-
CMYK0.50.2400.08
HSL208.21º73.58%68.82%-
HSV(B)208.21º50%91.76%-
XYZ38.3141.9683.92-
YUV166.73165.9692.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.08%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=22.08%
G=33.77%
B=44.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171792340.50.2400.08208.2173.5868.82
Hex75B3EA321808d04a45
Octal1652633526230010320112105
Binary1110101101100111110101011001011000010001101000010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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