Html Css Color HEX #7BACFE Maya Blue

📋 copy color: '#7BACFE'

red 123 ◦ green 172 ◦ blue 254

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

Shades of Maya Blue #7BACFE

Tints of Maya Blue #7BACFE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.33%

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

R = 22.4%
G = 31.33%
B = 46.27%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7BACFE (or 0x7BACFE) is known color: Maya Blue. HEX triplet: 7B, AC and FE. RGB value is (123,172,254). Sum of RGB (Red+Green+Blue) = 123+172+254=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BACFE is #845301. Grayscale: #A6A6A6. Windows color (decimal): -8672002 or 16690299. OLE color: 16690299.

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

Color convert

RGB 123 172 254 -
CMYK 0.52 0.32 0 0.00
HSL 217.56º 0.98% 0.74% -
HSV(B) 217.56º 0.52% 1% -
XYZ 40.81 40.87 99.5 -
YUV 166.7 177.27 96.83 -
System Red Green Blue C M Y K H S L
Decimal 123 172 254 0.52 0.32 0 0.00 217.56 0.98 0.74
Hex 7B AC FE 34 20 0 0 DA 62 4A
Octal 173 254 376 64 40 0 0 332 142 112
Binary 1111011 10101100 11111110 110100 100000 0 0 11011010 1100010 1001010

Color Harmonies of #7BACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BACFE

Black with #7BACFE

Text Example


Text Example

White with #7BACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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