Html Css Color HEX #76BEE6 Malibu

📋 copy color: '#76BEE6'

red 118 ◦ green 190 ◦ blue 230

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

Shades of Malibu #76BEE6

Tints of Malibu #76BEE6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.32%

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

R = 21.93%
G = 35.32%
B = 42.75%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#76BEE6 (or 0x76BEE6) is known color: Malibu. HEX triplet: 76, BE and E6. RGB value is (118,190,230). Sum of RGB (Red+Green+Blue) = 118+190+230=538 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.93% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #76BEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BEE6 is #894119. Grayscale: #ACACAC. Windows color (decimal): -8995098 or 15122038. OLE color: 15122038.

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

Color convert

RGB 118 190 230 -
CMYK 0.49 0.17 0 0.10
HSL 201.43º 0.69% 0.68% -
HSV(B) 201.43º 0.49% 0.9% -
XYZ 40.17 46.39 81.7 -
YUV 173.03 160.15 88.75 -
System Red Green Blue C M Y K H S L
Decimal 118 190 230 0.49 0.17 0 0.10 201.43 0.69 0.68
Hex 76 BE E6 31 11 0 A C9 45 44
Octal 166 276 346 61 21 0 12 311 105 104
Binary 1110110 10111110 11100110 110001 10001 0 1010 11001001 1000101 1000100

Color Harmonies of #76BEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BEE6

Black with #76BEE6

Text Example


Text Example

White with #76BEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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