Html Css Color HEX #76C1E6 Malibu

📋 copy color: '#76C1E6'

red 118 ◦ green 193 ◦ blue 230

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

Shades of Malibu #76C1E6

Tints of Malibu #76C1E6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.67%

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

R = 21.81%
G = 35.67%
B = 42.51%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#76C1E6 (or 0x76C1E6) is known color: Malibu. HEX triplet: 76, C1 and E6. RGB value is (118,193,230). Sum of RGB (Red+Green+Blue) = 118+193+230=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #76C1E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C1E6 is #893E19. Grayscale: #AEAEAE. Windows color (decimal): -8994330 or 15122806. OLE color: 15122806.

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

Color convert

RGB 118 193 230 -
CMYK 0.49 0.16 0 0.10
HSL 199.82º 0.69% 0.68% -
HSV(B) 199.82º 0.49% 0.9% -
XYZ 40.82 47.7 81.92 -
YUV 174.79 159.15 87.49 -
System Red Green Blue C M Y K H S L
Decimal 118 193 230 0.49 0.16 0 0.10 199.82 0.69 0.68
Hex 76 C1 E6 31 10 0 A C8 45 44
Octal 166 301 346 61 20 0 12 310 105 104
Binary 1110110 11000001 11100110 110001 10000 0 1010 11001000 1000101 1000100

Color Harmonies of #76C1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C1E6

Black with #76C1E6

Text Example


Text Example

White with #76C1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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