#74BBE0

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

Shades of Malibu #74BBE0

Tints of Malibu #74BBE0

Color information

#74BBE0 (or 0x74BBE0) is unknown color: approx Malibu. HEX triplet: 74, BB and E0. RGB value is (116,187,224). Sum of RGB (Red+Green+Blue) = 116+187+224=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #74BBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BBE0 is #8B441F. Grayscale: #A9A9A9. Windows color (decimal): -9126944 or 14728052. OLE color: 14728052.

HSL color Cylindrical-coordinate representation of color #74BBE0: hue angle of 200.56º degrees, saturation: 0.64, 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 #74BBE0 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB116187224-
CMYK0.480.1700.12
HSL200.56º63.53%66.67%-
HSV(B)200.56º48.21%87.84%-
XYZ38.4344.6477.11-
YUV169.99158.4889.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.01%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=22.01%
G=35.48%
B=42.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1161872240.480.1700.12200.5663.5366.67
Hex74BBE030110Cc94043
Octal1642733406021014311100103
Binary1110100101110111110000011000010001011001100100110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,187,224); }

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

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

 a { background-color: rgb(116,187,224); }

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

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

 span { border-color: rgb(116,187,224); }

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