Html Css Color HEX #7BAEFA Maya Blue

📋 copy color: '#7BAEFA'

red 123 ◦ green 174 ◦ blue 250

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

Shades of Maya Blue #7BAEFA

Tints of Maya Blue #7BAEFA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.81%

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

R = 22.49%
G = 31.81%
B = 45.7%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7BAEFA (or 0x7BAEFA) is known color: Maya Blue. HEX triplet: 7B, AE and FA. RGB value is (123,174,250). Sum of RGB (Red+Green+Blue) = 123+174+250=547 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.49% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BAEFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAEFA is #845105. Grayscale: #A7A7A7. Windows color (decimal): -8671494 or 16428667. OLE color: 16428667.

HSL color Cylindrical-coordinate representation of color #7BAEFA: hue angle of 215.91º 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 #7BAEFA is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 174 250 -
CMYK 0.51 0.30 0 0.02
HSL 215.91º 0.93% 0.73% -
HSV(B) 215.91º 0.51% 0.98% -
XYZ 40.56 41.39 96.29 -
YUV 167.42 174.6 96.32 -
System Red Green Blue C M Y K H S L
Decimal 123 174 250 0.51 0.30 0 0.02 215.91 0.93 0.73
Hex 7B AE FA 33 1E 0 2 D8 5D 49
Octal 173 256 372 63 36 0 2 330 135 111
Binary 1111011 10101110 11111010 110011 11110 0 10 11011000 1011101 1001001

Color Harmonies of #7BAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAEFA

Black with #7BAEFA

Text Example


Text Example

White with #7BAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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