#74BDE9

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

Shades of Malibu #74BDE9

Tints of Malibu #74BDE9

Color information

#74BDE9 (or 0x74BDE9) is unknown color: approx Malibu. HEX triplet: 74, BD and E9. RGB value is (116,189,233). Sum of RGB (Red+Green+Blue) = 116+189+233=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #74BDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BDE9 is #8B4216. Grayscale: #ABABAB. Windows color (decimal): -9126423 or 15318388. OLE color: 15318388.

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

Color convert

RGB116189233-
CMYK0.500.1900.09
HSL202.56º72.67%68.43%-
HSV(B)202.56º50.21%91.37%-
XYZ40.1145.9983.85-
YUV172.19162.3287.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.56%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 233 (91.41% from 255) = 43.31%
R=21.56%
G=35.13%
B=43.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1161892330.500.1900.09202.5672.6768.43
Hex74BDE9321309cb4944
Octal1642753516223011313111104
Binary1110100101111011110100111001010011010011100101110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,189,233); }

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

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

 a { background-color: rgb(116,189,233); }

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

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

 span { border-color: rgb(116,189,233); }

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