#74C2E6

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

Shades of Malibu #74C2E6

Tints of Malibu #74C2E6

Color information

#74C2E6 (or 0x74C2E6) is unknown color: approx Malibu. HEX triplet: 74, C2 and E6. RGB value is (116,194,230). Sum of RGB (Red+Green+Blue) = 116+194+230=540 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.48% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #74C2E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C2E6 is #8B3D19. Grayscale: #AEAEAE. Windows color (decimal): -9125146 or 15123060. OLE color: 15123060.

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

Color convert

RGB116194230-
CMYK0.500.1600.10
HSL198.95º69.51%67.84%-
HSV(B)198.95º49.57%90.2%-
XYZ40.7848.0181.98-
YUV174.78159.1686.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.48%
GREEN value IS 194 (76.17% from 255) = 35.93%
BLUE value IS 230 (90.23% from 255) = 42.59%
R=21.48%
G=35.93%
B=42.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1161942300.500.1600.10198.9569.5167.84
Hex74C2E632100Ac74644
Octal1643023466220012307106104
Binary1110100110000101110011011001010000010101100011110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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