Html Css Color HEX #7BBAF8 Maya Blue

📋 copy color: '#7BBAF8'

red 123 ◦ green 186 ◦ blue 248

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

Shades of Maya Blue #7BBAF8

Tints of Maya Blue #7BBAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.52%

R = 22.08%
G = 33.39%
B = 44.52%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7BBAF8 (or 0x7BBAF8) is known color: Maya Blue. HEX triplet: 7B, BA and F8. RGB value is (123,186,248). Sum of RGB (Red+Green+Blue) = 123+186+248=557 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.08% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #7BBAF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBAF8 is #844507. Grayscale: #ADADAD. Windows color (decimal): -8668424 or 16300667. OLE color: 16300667.

HSL color Cylindrical-coordinate representation of color #7BBAF8: hue angle of 209.76º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BBAF8 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 123 186 248 -
CMYK 0.50 0.25 0 0.03
HSL 209.76º 0.9% 0.73% -
HSV(B) 209.76º 0.5% 0.97% -
XYZ 42.67 46.11 95.46 -
YUV 174.23 169.63 91.46 -
System Red Green Blue C M Y K H S L
Decimal 123 186 248 0.50 0.25 0 0.03 209.76 0.9 0.73
Hex 7B BA F8 32 19 0 3 D2 5A 49
Octal 173 272 370 62 31 0 3 322 132 111
Binary 1111011 10111010 11111000 110010 11001 0 11 11010010 1011010 1001001

Color Harmonies of #7BBAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBAF8

Black with #7BBAF8

Text Example


Text Example

White with #7BBAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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