Html Css Color HEX #7BACFC Maya Blue

📋 copy color: '#7BACFC'

red 123 ◦ green 172 ◦ blue 252

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

Shades of Maya Blue #7BACFC

Tints of Maya Blue #7BACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.07%

R = 22.49%
G = 31.44%
B = 46.07%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BACFC (or 0x7BACFC) is known color: Maya Blue. HEX triplet: 7B, AC and FC. RGB value is (123,172,252). Sum of RGB (Red+Green+Blue) = 123+172+252=547 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.49% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BACFC is #845303. Grayscale: #A6A6A6. Windows color (decimal): -8672004 or 16559227. OLE color: 16559227.

HSL color Cylindrical-coordinate representation of color #7BACFC: hue angle of 217.21º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BACFC is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 172 252 -
CMYK 0.51 0.32 0 0.01
HSL 217.21º 0.96% 0.74% -
HSV(B) 217.21º 0.51% 0.99% -
XYZ 40.49 40.74 97.83 -
YUV 166.47 176.27 97 -
System Red Green Blue C M Y K H S L
Decimal 123 172 252 0.51 0.32 0 0.01 217.21 0.96 0.74
Hex 7B AC FC 33 20 0 1 D9 60 4A
Octal 173 254 374 63 40 0 1 331 140 112
Binary 1111011 10101100 11111100 110011 100000 0 1 11011001 1100000 1001010

Color Harmonies of #7BACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BACFC

Black with #7BACFC

Text Example


Text Example

White with #7BACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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