#74B9E6

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

Shades of Malibu #74B9E6

Tints of Malibu #74B9E6

Color information

#74B9E6 (or 0x74B9E6) is unknown color: approx Malibu. HEX triplet: 74, B9 and E6. RGB value is (116,185,230). Sum of RGB (Red+Green+Blue) = 116+185+230=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #74B9E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B9E6 is #8B4619. Grayscale: #A9A9A9. Windows color (decimal): -9127450 or 15120756. OLE color: 15120756.

HSL color Cylindrical-coordinate representation of color #74B9E6: hue angle of 203.68º 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 #74B9E6 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB116185230-
CMYK0.500.2000.10
HSL203.68º69.51%67.84%-
HSV(B)203.68º49.57%90.2%-
XYZ38.8344.1281.33-
YUV169.5162.1489.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.85%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 230 (90.23% from 255) = 43.31%
R=21.85%
G=34.84%
B=43.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1161852300.500.2000.10203.6869.5167.84
Hex74B9E632140Acc4644
Octal1642713466224012314106104
Binary1110100101110011110011011001010100010101100110010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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