Html Css Color HEX #77BEE5 Malibu

📋 copy color: '#77BEE5'

red 119 ◦ green 190 ◦ blue 229

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

Shades of Malibu #77BEE5

Tints of Malibu #77BEE5

RGB

 RED value IS 119 (46.88% from 255) = 22.12%

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

 BLUE value IS 229 (89.84% from 255) = 42.57%

R = 22.12%
G = 35.32%
B = 42.57%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#77BEE5 (or 0x77BEE5) is known color: Malibu. HEX triplet: 77, BE and E5. RGB value is (119,190,229). Sum of RGB (Red+Green+Blue) = 119+190+229=538 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.12% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #77BEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BEE5 is #88411A. Grayscale: #ACACAC. Windows color (decimal): -8929563 or 15056503. OLE color: 15056503.

HSL color Cylindrical-coordinate representation of color #77BEE5: hue angle of 201.27º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77BEE5 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 119 190 229 -
CMYK 0.48 0.17 0 0.10
HSL 201.27º 0.68% 0.68% -
HSV(B) 201.27º 0.48% 0.9% -
XYZ 40.16 46.41 80.97 -
YUV 173.22 159.48 89.33 -
System Red Green Blue C M Y K H S L
Decimal 119 190 229 0.48 0.17 0 0.10 201.27 0.68 0.68
Hex 77 BE E5 30 11 0 A C9 44 44
Octal 167 276 345 60 21 0 12 311 104 104
Binary 1110111 10111110 11100101 110000 10001 0 1010 11001001 1000100 1000100

Color Harmonies of #77BEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BEE5

Black with #77BEE5

Text Example


Text Example

White with #77BEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77BEE5; }

 p { color: rgb(119,190,229); }

 H1.HeaderClassName
 {
   color: #77BEE5;
 }
 .AnyTagClassName
 {
   color: #77BEE5;
 }
</style>

background-color css

<style>
 a { background-color: #77BEE5; }

 a { background-color: rgb(119,190,229); }

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

border-color css

<style>
 span { border-color: #77BEE5; }

 span { border-color: rgb(119,190,229); }

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