Html Css Color HEX #7BBAF6 Maya Blue

📋 copy color: '#7BBAF6'

red 123 ◦ green 186 ◦ blue 246

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

Shades of Maya Blue #7BBAF6

Tints of Maya Blue #7BBAF6

RGB

 RED value IS 123 (48.44% from 255) = 22.16%

 GREEN value IS 186 (73.05% from 255) = 33.51%

 BLUE value IS 246 (96.48% from 255) = 44.32%

R = 22.16%
G = 33.51%
B = 44.32%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7BBAF6 (or 0x7BBAF6) is known color: Maya Blue. HEX triplet: 7B, BA and F6. RGB value is (123,186,246). Sum of RGB (Red+Green+Blue) = 123+186+246=555 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.16% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #7BBAF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBAF6 is #844509. Grayscale: #ADADAD. Windows color (decimal): -8668426 or 16169595. OLE color: 16169595.

HSL color Cylindrical-coordinate representation of color #7BBAF6: hue angle of 209.27º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BBAF6 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 123 186 246 -
CMYK 0.50 0.24 0 0.04
HSL 209.27º 0.87% 0.72% -
HSV(B) 209.27º 0.5% 0.96% -
XYZ 42.36 45.98 93.83 -
YUV 174 168.63 91.62 -
System Red Green Blue C M Y K H S L
Decimal 123 186 246 0.50 0.24 0 0.04 209.27 0.87 0.72
Hex 7B BA F6 32 18 0 4 D1 57 48
Octal 173 272 366 62 30 0 4 321 127 110
Binary 1111011 10111010 11110110 110010 11000 0 100 11010001 1010111 1001000

Color Harmonies of #7BBAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBAF6

Black with #7BBAF6

Text Example


Text Example

White with #7BBAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BBAF6; }

 p { color: rgb(123,186,246); }

 H1.HeaderClassName
 {
   color: #7BBAF6;
 }
 .AnyTagClassName
 {
   color: #7BBAF6;
 }
</style>

background-color css

<style>
 a { background-color: #7BBAF6; }

 a { background-color: rgb(123,186,246); }

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

border-color css

<style>
 span { border-color: #7BBAF6; }

 span { border-color: rgb(123,186,246); }

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