#74B6DD

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

Shades of Malibu #74B6DD

Tints of Malibu #74B6DD

Color information

#74B6DD (or 0x74B6DD) is unknown color: approx Malibu. HEX triplet: 74, B6 and DD. RGB value is (116,182,221). Sum of RGB (Red+Green+Blue) = 116+182+221=519 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.35% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #74B6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B6DD is #8B4922. Grayscale: #A6A6A6. Windows color (decimal): -9128227 or 14530164. OLE color: 14530164.

HSL color Cylindrical-coordinate representation of color #74B6DD: hue angle of 202.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74B6DD is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116182221-
CMYK0.480.1800.13
HSL202.29º60.69%66.08%-
HSV(B)202.29º47.51%86.67%-
XYZ36.9842.3974.64-
YUV166.71158.6391.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.35%
GREEN value IS 182 (71.48% from 255) = 35.07%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=22.35%
G=35.07%
B=42.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161822210.480.1800.13202.2960.6966.08
Hex74B6DD30120Dca3d42
Octal164266335602201531275102
Binary111010010110110110111011100001001001101110010101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,182,221); }

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

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

 a { background-color: rgb(116,182,221); }

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

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

 span { border-color: rgb(116,182,221); }

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