Html Css Color HEX #7BAEFE Maya Blue

📋 copy color: '#7BAEFE'

red 123 ◦ green 174 ◦ blue 254

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

Shades of Maya Blue #7BAEFE

Tints of Maya Blue #7BAEFE

RGB

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

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

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

R = 22.32%
G = 31.58%
B = 46.1%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7BAEFE (or 0x7BAEFE) is known color: Maya Blue. HEX triplet: 7B, AE and FE. RGB value is (123,174,254). Sum of RGB (Red+Green+Blue) = 123+174+254=551 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.32% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BAEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAEFE is #845101. Grayscale: #A7A7A7. Windows color (decimal): -8671490 or 16690811. OLE color: 16690811.

HSL color Cylindrical-coordinate representation of color #7BAEFE: hue angle of 216.64º 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 #7BAEFE is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 123 174 254 -
CMYK 0.52 0.31 0 0.00
HSL 216.64º 0.98% 0.74% -
HSV(B) 216.64º 0.52% 1% -
XYZ 41.19 41.64 99.63 -
YUV 167.87 176.6 96 -
System Red Green Blue C M Y K H S L
Decimal 123 174 254 0.52 0.31 0 0.00 216.64 0.98 0.74
Hex 7B AE FE 34 1F 0 0 D9 62 4A
Octal 173 256 376 64 37 0 0 331 142 112
Binary 1111011 10101110 11111110 110100 11111 0 0 11011001 1100010 1001010

Color Harmonies of #7BAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAEFE

Black with #7BAEFE

Text Example


Text Example

White with #7BAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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