Html Css Color HEX #74BAE6 Malibu

📋 copy color: '#74BAE6'

red 116 ◦ green 186 ◦ blue 230

#74BAE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #74BAE6

Tints of Malibu #74BAE6

RGB

 RED value IS 116 (45.7% from 255) = 21.8%

 GREEN value IS 186 (73.05% from 255) = 34.96%

 BLUE value IS 230 (90.23% from 255) = 43.23%

R = 21.8%
G = 34.96%
B = 43.23%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#74BAE6 (or 0x74BAE6) is known color: Malibu. HEX triplet: 74, BA and E6. RGB value is (116,186,230). Sum of RGB (Red+Green+Blue) = 116+186+230=532 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.80% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #74BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BAE6 is #8B4519. Grayscale: #A9A9A9. Windows color (decimal): -9127194 or 15121012. OLE color: 15121012.

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

Color convert

RGB 116 186 230 -
CMYK 0.50 0.19 0 0.10
HSL 203.16º 0.7% 0.68% -
HSV(B) 203.16º 0.5% 0.9% -
XYZ 39.04 44.54 81.4 -
YUV 170.09 161.81 89.42 -
System Red Green Blue C M Y K H S L
Decimal 116 186 230 0.50 0.19 0 0.10 203.16 0.7 0.68
Hex 74 BA E6 32 13 0 A CB 46 44
Octal 164 272 346 62 23 0 12 313 106 104
Binary 1110100 10111010 11100110 110010 10011 0 1010 11001011 1000110 1000100

Color Harmonies of #74BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BAE6

Black with #74BAE6

Text Example


Text Example

White with #74BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74BAE6;
 }
 .AnyTagClassName
 {
   color: #74BAE6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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