Html Css Color HEX #7BAFFC Maya Blue

📋 copy color: '#7BAFFC'

red 123 ◦ green 175 ◦ blue 252

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

Shades of Maya Blue #7BAFFC

Tints of Maya Blue #7BAFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.82%

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

R = 22.36%
G = 31.82%
B = 45.82%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BAFFC (or 0x7BAFFC) is known color: Maya Blue. HEX triplet: 7B, AF and FC. RGB value is (123,175,252). Sum of RGB (Red+Green+Blue) = 123+175+252=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BAFFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAFFC is #845003. Grayscale: #A7A7A7. Windows color (decimal): -8671236 or 16559995. OLE color: 16559995.

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

Color convert

RGB 123 175 252 -
CMYK 0.51 0.31 0 0.01
HSL 215.81º 0.96% 0.74% -
HSV(B) 215.81º 0.51% 0.99% -
XYZ 41.07 41.9 98.02 -
YUV 168.23 175.27 95.74 -
System Red Green Blue C M Y K H S L
Decimal 123 175 252 0.51 0.31 0 0.01 215.81 0.96 0.74
Hex 7B AF FC 33 1F 0 1 D8 60 4A
Octal 173 257 374 63 37 0 1 330 140 112
Binary 1111011 10101111 11111100 110011 11111 0 1 11011000 1100000 1001010

Color Harmonies of #7BAFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAFFC

Black with #7BAFFC

Text Example


Text Example

White with #7BAFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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