#74B8EB

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

Shades of Malibu #74B8EB

Tints of Malibu #74B8EB

Color information

#74B8EB (or 0x74B8EB) is unknown color: approx Malibu. HEX triplet: 74, B8 and EB. RGB value is (116,184,235). Sum of RGB (Red+Green+Blue) = 116+184+235=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #74B8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B8EB is #8B4714. Grayscale: #A9A9A9. Windows color (decimal): -9127701 or 15448180. OLE color: 15448180.

HSL color Cylindrical-coordinate representation of color #74B8EB: hue angle of 205.71º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74B8EB is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116184235-
CMYK0.510.2200.08
HSL205.71º74.84%68.82%-
HSV(B)205.71º50.64%92.16%-
XYZ39.3443.9985.02-
YUV169.48164.9789.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.68%
GREEN value IS 184 (72.27% from 255) = 34.39%
BLUE value IS 235 (92.19% from 255) = 43.93%
R=21.68%
G=34.39%
B=43.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161842350.510.2200.08205.7174.8468.82
Hex74B8EB331608ce4b45
Octal1642703536326010316113105
Binary1110100101110001110101111001110110010001100111010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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