#75C2E4

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

Shades of Malibu #75C2E4

Tints of Malibu #75C2E4

Color information

#75C2E4 (or 0x75C2E4) is unknown color: approx Malibu. HEX triplet: 75, C2 and E4. RGB value is (117,194,228). Sum of RGB (Red+Green+Blue) = 117+194+228=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #75C2E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C2E4 is #8A3D1B. Grayscale: #AEAEAE. Windows color (decimal): -9059612 or 14991989. OLE color: 14991989.

HSL color Cylindrical-coordinate representation of color #75C2E4: hue angle of 198.38º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75C2E4 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB117194228-
CMYK0.490.1500.11
HSL198.38º67.27%67.65%-
HSV(B)198.38º48.68%89.41%-
XYZ40.6347.9780.52-
YUV174.85157.9986.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.71%
GREEN value IS 194 (76.17% from 255) = 35.99%
BLUE value IS 228 (89.45% from 255) = 42.30%
R=21.71%
G=35.99%
B=42.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1171942280.490.1500.11198.3867.2767.65
Hex75C2E431F0Bc64344
Octal1653023446117013306103104
Binary111010111000010111001001100011111010111100011010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,194,228); }

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

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

 a { background-color: rgb(117,194,228); }

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

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

 span { border-color: rgb(117,194,228); }

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