Html Css Color HEX #76BFE6 Malibu

📋 copy color: '#76BFE6'

red 118 ◦ green 191 ◦ blue 230

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

Shades of Malibu #76BFE6

Tints of Malibu #76BFE6

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

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

R = 21.89%
G = 35.44%
B = 42.67%

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

#76BFE6 (or 0x76BFE6) is known color: Malibu. HEX triplet: 76, BF and E6. RGB value is (118,191,230). Sum of RGB (Red+Green+Blue) = 118+191+230=539 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.89% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #76BFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BFE6 is #894019. Grayscale: #ADADAD. Windows color (decimal): -8994842 or 15122294. OLE color: 15122294.

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

Color convert

RGB 118 191 230 -
CMYK 0.49 0.17 0 0.10
HSL 200.89º 0.69% 0.68% -
HSV(B) 200.89º 0.49% 0.9% -
XYZ 40.38 46.83 81.77 -
YUV 173.62 159.82 88.33 -
System Red Green Blue C M Y K H S L
Decimal 118 191 230 0.49 0.17 0 0.10 200.89 0.69 0.68
Hex 76 BF E6 31 11 0 A C9 45 44
Octal 166 277 346 61 21 0 12 311 105 104
Binary 1110110 10111111 11100110 110001 10001 0 1010 11001001 1000101 1000100

Color Harmonies of #76BFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BFE6

Black with #76BFE6

Text Example


Text Example

White with #76BFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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