Html Css Color HEX #7BB2FA Maya Blue

📋 copy color: '#7BB2FA'

red 123 ◦ green 178 ◦ blue 250

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

Shades of Maya Blue #7BB2FA

Tints of Maya Blue #7BB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.3%

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

R = 22.32%
G = 32.3%
B = 45.37%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7BB2FA (or 0x7BB2FA) is known color: Maya Blue. HEX triplet: 7B, B2 and FA. RGB value is (123,178,250). Sum of RGB (Red+Green+Blue) = 123+178+250=551 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.32% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BB2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BB2FA is #844D05. Grayscale: #A9A9A9. Windows color (decimal): -8670470 or 16429691. OLE color: 16429691.

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

Color convert

RGB 123 178 250 -
CMYK 0.51 0.29 0 0.02
HSL 214.02º 0.93% 0.73% -
HSV(B) 214.02º 0.51% 0.98% -
XYZ 41.34 42.95 96.55 -
YUV 169.76 173.28 94.65 -
System Red Green Blue C M Y K H S L
Decimal 123 178 250 0.51 0.29 0 0.02 214.02 0.93 0.73
Hex 7B B2 FA 33 1D 0 2 D6 5D 49
Octal 173 262 372 63 35 0 2 326 135 111
Binary 1111011 10110010 11111010 110011 11101 0 10 11010110 1011101 1001001

Color Harmonies of #7BB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB2FA

Black with #7BB2FA

Text Example


Text Example

White with #7BB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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