#74B8E0

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

Shades of Malibu #74B8E0

Tints of Malibu #74B8E0

Color information

#74B8E0 (or 0x74B8E0) is unknown color: approx Malibu. HEX triplet: 74, B8 and E0. RGB value is (116,184,224). Sum of RGB (Red+Green+Blue) = 116+184+224=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #74B8E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B8E0 is #8B471F. Grayscale: #A8A8A8. Windows color (decimal): -9127712 or 14727284. OLE color: 14727284.

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

Color convert

RGB116184224-
CMYK0.480.1800.12
HSL202.22º63.53%66.67%-
HSV(B)202.22º48.21%87.84%-
XYZ37.843.3876.9-
YUV168.23159.4790.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.14%
GREEN value IS 184 (72.27% from 255) = 35.11%
BLUE value IS 224 (87.89% from 255) = 42.75%
R=22.14%
G=35.11%
B=42.75%

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
Decimal1161842240.480.1800.12202.2263.5366.67
Hex74B8E030120Cca4043
Octal1642703406022014312100103
Binary1110100101110001110000011000010010011001100101010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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