#74BDE2

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

Shades of Malibu #74BDE2

Tints of Malibu #74BDE2

Color information

#74BDE2 (or 0x74BDE2) is unknown color: approx Malibu. HEX triplet: 74, BD and E2. RGB value is (116,189,226). Sum of RGB (Red+Green+Blue) = 116+189+226=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 226 (88.67% from 255 or 42.56% from 531); Max value from RGB is 226 - color contains mainly: blue. Hex color #74BDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BDE2 is #8B421D. Grayscale: #ABABAB. Windows color (decimal): -9126430 or 14859636. OLE color: 14859636.

HSL color Cylindrical-coordinate representation of color #74BDE2: hue angle of 200.18º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74BDE2 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB116189226-
CMYK0.490.1600.11
HSL200.18º65.48%67.06%-
HSV(B)200.18º48.67%88.63%-
XYZ39.1345.678.69-
YUV171.39158.8288.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.85%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 226 (88.67% from 255) = 42.56%
R=21.85%
G=35.59%
B=42.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1161892260.490.1600.11200.1865.4867.06
Hex74BDE231100Bc84143
Octal1642753426120013310101103
Binary1110100101111011110001011000110000010111100100010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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