Html Css Color HEX #7BBAFA Maya Blue

📋 copy color: '#7BBAFA'

red 123 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #7BBAFA

Tints of Maya Blue #7BBAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.72%

R = 22%
G = 33.27%
B = 44.72%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7BBAFA (or 0x7BBAFA) is known color: Maya Blue. HEX triplet: 7B, BA and FA. RGB value is (123,186,250). Sum of RGB (Red+Green+Blue) = 123+186+250=559 (74% of max value = 765). Red value is 123 (48.44% from 255 or 22.00% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BBAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBAFA is #844505. Grayscale: #AEAEAE. Windows color (decimal): -8668422 or 16431739. OLE color: 16431739.

HSL color Cylindrical-coordinate representation of color #7BBAFA: hue angle of 210.24º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BBAFA is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 186 250 -
CMYK 0.51 0.26 0 0.02
HSL 210.24º 0.93% 0.73% -
HSV(B) 210.24º 0.51% 0.98% -
XYZ 42.98 46.23 97.1 -
YUV 174.46 170.63 91.3 -
System Red Green Blue C M Y K H S L
Decimal 123 186 250 0.51 0.26 0 0.02 210.24 0.93 0.73
Hex 7B BA FA 33 1A 0 2 D2 5D 49
Octal 173 272 372 63 32 0 2 322 135 111
Binary 1111011 10111010 11111010 110011 11010 0 10 11010010 1011101 1001001

Color Harmonies of #7BBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBAFA

Black with #7BBAFA

Text Example


Text Example

White with #7BBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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