#75B8E8

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

Shades of Malibu #75B8E8

Tints of Malibu #75B8E8

Color information

#75B8E8 (or 0x75B8E8) is unknown color: approx Malibu. HEX triplet: 75, B8 and E8. RGB value is (117,184,232). Sum of RGB (Red+Green+Blue) = 117+184+232=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #75B8E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B8E8 is #8A4717. Grayscale: #A9A9A9. Windows color (decimal): -9062168 or 15251573. OLE color: 15251573.

HSL color Cylindrical-coordinate representation of color #75B8E8: hue angle of 205.04º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75B8E8 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB117184232-
CMYK0.500.2100.09
HSL205.04º71.43%68.43%-
HSV(B)205.04º49.57%90.98%-
XYZ39.0443.8982.76-
YUV169.44163.390.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.95%
GREEN value IS 184 (72.27% from 255) = 34.52%
BLUE value IS 232 (91.02% from 255) = 43.53%
R=21.95%
G=34.52%
B=43.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1171842320.500.2100.09205.0471.4368.43
Hex75B8E8321509cd4744
Octal1652703506225011315107104
Binary1110101101110001110100011001010101010011100110110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,184,232); }

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

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

 a { background-color: rgb(117,184,232); }

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

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

 span { border-color: rgb(117,184,232); }

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