#74C1E4

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

Shades of Malibu #74C1E4

Tints of Malibu #74C1E4

Color information

#74C1E4 (or 0x74C1E4) is unknown color: approx Malibu. HEX triplet: 74, C1 and E4. RGB value is (116,193,228). Sum of RGB (Red+Green+Blue) = 116+193+228=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #74C1E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C1E4 is #8B3E1B. Grayscale: #ADADAD. Windows color (decimal): -9125404 or 14991732. OLE color: 14991732.

HSL color Cylindrical-coordinate representation of color #74C1E4: hue angle of 198.75º degrees, saturation: 0.67, 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 #74C1E4 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB116193228-
CMYK0.490.1500.11
HSL198.75º67.47%67.45%-
HSV(B)198.75º49.12%89.41%-
XYZ40.2847.4580.44-
YUV173.97158.4986.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.60%
GREEN value IS 193 (75.78% from 255) = 35.94%
BLUE value IS 228 (89.45% from 255) = 42.46%
R=21.60%
G=35.94%
B=42.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1161932280.490.1500.11198.7567.4767.45
Hex74C1E431F0Bc74343
Octal1643013446117013307103103
Binary111010011000001111001001100011111010111100011110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,193,228); }

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

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

 a { background-color: rgb(116,193,228); }

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

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

 span { border-color: rgb(116,193,228); }

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