Html Css Color HEX #7BBAFE Maya Blue

📋 copy color: '#7BBAFE'

red 123 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #7BBAFE

Tints of Maya Blue #7BBAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 21.85%
G = 33.04%
B = 45.12%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7BBAFE (or 0x7BBAFE) is known color: Maya Blue. HEX triplet: 7B, BA and FE. RGB value is (123,186,254). Sum of RGB (Red+Green+Blue) = 123+186+254=563 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.85% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBAFE is #844501. Grayscale: #AEAEAE. Windows color (decimal): -8668418 or 16693883. OLE color: 16693883.

HSL color Cylindrical-coordinate representation of color #7BBAFE: hue angle of 211.15º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BBAFE is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 123 186 254 -
CMYK 0.52 0.27 0 0.00
HSL 211.15º 0.98% 0.74% -
HSV(B) 211.15º 0.52% 1% -
XYZ 43.62 46.48 100.44 -
YUV 174.92 172.63 90.97 -
System Red Green Blue C M Y K H S L
Decimal 123 186 254 0.52 0.27 0 0.00 211.15 0.98 0.74
Hex 7B BA FE 34 1B 0 0 D3 62 4A
Octal 173 272 376 64 33 0 0 323 142 112
Binary 1111011 10111010 11111110 110100 11011 0 0 11010011 1100010 1001010

Color Harmonies of #7BBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBAFE

Black with #7BBAFE

Text Example


Text Example

White with #7BBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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