Html Css Color HEX #76BAE6 Malibu

📋 copy color: '#76BAE6'

red 118 ◦ green 186 ◦ blue 230

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

Shades of Malibu #76BAE6

Tints of Malibu #76BAE6

RGB

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

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

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

R = 22.1%
G = 34.83%
B = 43.07%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#76BAE6 (or 0x76BAE6) is known color: Malibu. HEX triplet: 76, BA and E6. RGB value is (118,186,230). Sum of RGB (Red+Green+Blue) = 118+186+230=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #76BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BAE6 is #894519. Grayscale: #AAAAAA. Windows color (decimal): -8996122 or 15121014. OLE color: 15121014.

HSL color Cylindrical-coordinate representation of color #76BAE6: hue angle of 203.57º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76BAE6 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 186 230 -
CMYK 0.49 0.19 0 0.10
HSL 203.57º 0.69% 0.68% -
HSV(B) 203.57º 0.49% 0.9% -
XYZ 39.31 44.68 81.42 -
YUV 170.68 161.47 90.42 -
System Red Green Blue C M Y K H S L
Decimal 118 186 230 0.49 0.19 0 0.10 203.57 0.69 0.68
Hex 76 BA E6 31 13 0 A CC 45 44
Octal 166 272 346 61 23 0 12 314 105 104
Binary 1110110 10111010 11100110 110001 10011 0 1010 11001100 1000101 1000100

Color Harmonies of #76BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BAE6

Black with #76BAE6

Text Example


Text Example

White with #76BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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