Html Css Color HEX #76BBF1 Maya Blue

📋 copy color: '#76BBF1'

red 118 ◦ green 187 ◦ blue 241

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

Shades of Maya Blue #76BBF1

Tints of Maya Blue #76BBF1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.25%

 BLUE value IS 241 (94.53% from 255) = 44.14%

R = 21.61%
G = 34.25%
B = 44.14%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#76BBF1 (or 0x76BBF1) is known color: Maya Blue. HEX triplet: 76, BB and F1. RGB value is (118,187,241). Sum of RGB (Red+Green+Blue) = 118+187+241=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #76BBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BBF1 is #89440E. Grayscale: #ACACAC. Windows color (decimal): -8995855 or 15842166. OLE color: 15842166.

HSL color Cylindrical-coordinate representation of color #76BBF1: hue angle of 206.34º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76BBF1 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 187 241 -
CMYK 0.51 0.22 0 0.05
HSL 206.34º 0.81% 0.7% -
HSV(B) 206.34º 0.51% 0.95% -
XYZ 41.12 45.74 89.88 -
YUV 172.53 166.64 89.11 -
System Red Green Blue C M Y K H S L
Decimal 118 187 241 0.51 0.22 0 0.05 206.34 0.81 0.7
Hex 76 BB F1 33 16 0 5 CE 51 46
Octal 166 273 361 63 26 0 5 316 121 106
Binary 1110110 10111011 11110001 110011 10110 0 101 11001110 1010001 1000110

Color Harmonies of #76BBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BBF1

Black with #76BBF1

Text Example


Text Example

White with #76BBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,187,241); }

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

background-color css

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

 a { background-color: rgb(118,187,241); }

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

border-color css

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

 span { border-color: rgb(118,187,241); }

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