#75bcdf

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

Shades of Malibu #75BCDF

Tints of Malibu #75BCDF

Color information

#75BCDF (or 0x75BCDF) is unknown color: approx Malibu. HEX triplet: 75, BC and DF. RGB value is (117,188,223). Sum of RGB (Red+Green+Blue) = 117+188+223=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #75BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCDF is #8A4320. Grayscale: #AAAAAA. Windows color (decimal): -9061153 or 14662773. OLE color: 14662773.

HSL color Cylindrical-coordinate representation of color #75BCDF: hue angle of 199.81º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75BCDF is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117188223-
CMYK0.480.1600.13
HSL199.81º62.35%66.67%-
HSV(B)199.81º47.53%87.45%-
XYZ38.6445.0876.48-
YUV170.76157.4889.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.16%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 223 (87.5% from 255) = 42.23%
R=22.16%
G=35.61%
B=42.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171882230.480.1600.13199.8162.3566.67
Hex75BCDF30100Dc83e43
Octal165274337602001531076103
Binary111010110111100110111111100001000001101110010001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75bcdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,188,223); }

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

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

 a { background-color: rgb(117,188,223); }

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

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

 span { border-color: rgb(117,188,223); }

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