#75B8E0

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

Shades of Malibu #75B8E0

Tints of Malibu #75B8E0

Color information

#75B8E0 (or 0x75B8E0) is unknown color: approx Malibu. HEX triplet: 75, B8 and E0. RGB value is (117,184,224). Sum of RGB (Red+Green+Blue) = 117+184+224=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #75B8E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B8E0 is #8A471F. Grayscale: #A8A8A8. Windows color (decimal): -9062176 or 14727285. OLE color: 14727285.

HSL color Cylindrical-coordinate representation of color #75B8E0: hue angle of 202.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75B8E0 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB117184224-
CMYK0.480.1800.12
HSL202.43º63.31%66.86%-
HSV(B)202.43º47.77%87.84%-
XYZ37.9343.4476.91-
YUV168.53159.391.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.29%
GREEN value IS 184 (72.27% from 255) = 35.05%
BLUE value IS 224 (87.89% from 255) = 42.67%
R=22.29%
G=35.05%
B=42.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1171842240.480.1800.12202.4363.3166.86
Hex75B8E030120Cca3f43
Octal165270340602201431277103
Binary111010110111000111000001100001001001100110010101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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