#74BAE6

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

Shades of Malibu #74BAE6

Tints of Malibu #74BAE6

Color information

#74BAE6 (or 0x74BAE6) is unknown color: approx Malibu. HEX triplet: 74, BA and E6. RGB value is (116,186,230). Sum of RGB (Red+Green+Blue) = 116+186+230=532 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.80% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #74BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BAE6 is #8B4519. Grayscale: #A9A9A9. Windows color (decimal): -9127194 or 15121012. OLE color: 15121012.

HSL color Cylindrical-coordinate representation of color #74BAE6: hue angle of 203.16º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74BAE6 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB116186230-
CMYK0.500.1900.10
HSL203.16º69.51%67.84%-
HSV(B)203.16º49.57%90.2%-
XYZ39.0444.5481.4-
YUV170.09161.8189.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.80%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 230 (90.23% from 255) = 43.23%
R=21.80%
G=34.96%
B=43.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1161862300.500.1900.10203.1669.5167.84
Hex74BAE632130Acb4644
Octal1642723466223012313106104
Binary1110100101110101110011011001010011010101100101110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74BAE6; }

 p { color: rgb(116,186,230); }

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

<style>
 a { background-color: #74BAE6; }

 a { background-color: rgb(116,186,230); }

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

<style>
 span { border-color: #74BAE6; }

 span { border-color: rgb(116,186,230); }

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