Html Css Color HEX #76BDE6 Malibu

📋 copy color: '#76BDE6'

red 118 ◦ green 189 ◦ blue 230

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

Shades of Malibu #76BDE6

Tints of Malibu #76BDE6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.2%

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

R = 21.97%
G = 35.2%
B = 42.83%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#76BDE6 (or 0x76BDE6) is known color: Malibu. HEX triplet: 76, BD and E6. RGB value is (118,189,230). Sum of RGB (Red+Green+Blue) = 118+189+230=537 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.97% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #76BDE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BDE6 is #894219. Grayscale: #ACACAC. Windows color (decimal): -8995354 or 15121782. OLE color: 15121782.

HSL color Cylindrical-coordinate representation of color #76BDE6: hue angle of 201.96º 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 #76BDE6 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 189 230 -
CMYK 0.49 0.18 0 0.10
HSL 201.96º 0.69% 0.68% -
HSV(B) 201.96º 0.49% 0.9% -
XYZ 39.95 45.96 81.63 -
YUV 172.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 118 189 230 0.49 0.18 0 0.10 201.96 0.69 0.68
Hex 76 BD E6 31 12 0 A CA 45 44
Octal 166 275 346 61 22 0 12 312 105 104
Binary 1110110 10111101 11100110 110001 10010 0 1010 11001010 1000101 1000100

Color Harmonies of #76BDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BDE6

Black with #76BDE6

Text Example


Text Example

White with #76BDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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