Html Css Color HEX #7BBAEA Maya Blue

📋 copy color: '#7BBAEA'

red 123 ◦ green 186 ◦ blue 234

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

Shades of Maya Blue #7BBAEA

Tints of Maya Blue #7BBAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 22.65%
G = 34.25%
B = 43.09%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7BBAEA (or 0x7BBAEA) is known color: Maya Blue. HEX triplet: 7B, BA and EA. RGB value is (123,186,234). Sum of RGB (Red+Green+Blue) = 123+186+234=543 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.65% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #7BBAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBAEA is #844515. Grayscale: #ACACAC. Windows color (decimal): -8668438 or 15383163. OLE color: 15383163.

HSL color Cylindrical-coordinate representation of color #7BBAEA: hue angle of 205.95º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BBAEA is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 186 234 -
CMYK 0.47 0.21 0 0.08
HSL 205.95º 0.73% 0.7% -
HSV(B) 205.95º 0.47% 0.92% -
XYZ 40.58 45.27 84.44 -
YUV 172.64 162.63 92.6 -
System Red Green Blue C M Y K H S L
Decimal 123 186 234 0.47 0.21 0 0.08 205.95 0.73 0.7
Hex 7B BA EA 2F 15 0 8 CE 49 46
Octal 173 272 352 57 25 0 10 316 111 106
Binary 1111011 10111010 11101010 101111 10101 0 1000 11001110 1001001 1000110

Color Harmonies of #7BBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBAEA

Black with #7BBAEA

Text Example


Text Example

White with #7BBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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