Html Css Color HEX #76BAE1 Malibu

📋 copy color: '#76BAE1'

red 118 ◦ green 186 ◦ blue 225

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

Shades of Malibu #76BAE1

Tints of Malibu #76BAE1

RGB

 RED value IS 118 (46.48% from 255) = 22.31%

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

 BLUE value IS 225 (88.28% from 255) = 42.53%

R = 22.31%
G = 35.16%
B = 42.53%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#76BAE1 (or 0x76BAE1) is known color: Malibu. HEX triplet: 76, BA and E1. RGB value is (118,186,225). Sum of RGB (Red+Green+Blue) = 118+186+225=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #76BAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BAE1 is #89451E. Grayscale: #A9A9A9. Windows color (decimal): -8996127 or 14793334. OLE color: 14793334.

HSL color Cylindrical-coordinate representation of color #76BAE1: hue angle of 201.87º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76BAE1 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 186 225 -
CMYK 0.48 0.17 0 0.12
HSL 201.87º 0.64% 0.67% -
HSV(B) 201.87º 0.48% 0.88% -
XYZ 38.62 44.41 77.77 -
YUV 170.11 158.97 90.83 -
System Red Green Blue C M Y K H S L
Decimal 118 186 225 0.48 0.17 0 0.12 201.87 0.64 0.67
Hex 76 BA E1 30 11 0 C CA 40 43
Octal 166 272 341 60 21 0 14 312 100 103
Binary 1110110 10111010 11100001 110000 10001 0 1100 11001010 1000000 1000011

Color Harmonies of #76BAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BAE1

Black with #76BAE1

Text Example


Text Example

White with #76BAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76BAE1; }

 p { color: rgb(118,186,225); }

 H1.HeaderClassName
 {
   color: #76BAE1;
 }
 .AnyTagClassName
 {
   color: #76BAE1;
 }
</style>

background-color css

<style>
 a { background-color: #76BAE1; }

 a { background-color: rgb(118,186,225); }

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

border-color css

<style>
 span { border-color: #76BAE1; }

 span { border-color: rgb(118,186,225); }

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