Html Css Color HEX #7BB1F6 Maya Blue

📋 copy color: '#7BB1F6'

red 123 ◦ green 177 ◦ blue 246

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

Shades of Maya Blue #7BB1F6

Tints of Maya Blue #7BB1F6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.42%

 BLUE value IS 246 (96.48% from 255) = 45.05%

R = 22.53%
G = 32.42%
B = 45.05%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7BB1F6 (or 0x7BB1F6) is known color: Maya Blue. HEX triplet: 7B, B1 and F6. RGB value is (123,177,246). Sum of RGB (Red+Green+Blue) = 123+177+246=546 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.53% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #7BB1F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BB1F6 is #844E09. Grayscale: #A8A8A8. Windows color (decimal): -8670730 or 16167291. OLE color: 16167291.

HSL color Cylindrical-coordinate representation of color #7BB1F6: hue angle of 213.66º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BB1F6 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 123 177 246 -
CMYK 0.50 0.28 0 0.04
HSL 213.66º 0.87% 0.72% -
HSV(B) 213.66º 0.5% 0.96% -
XYZ 40.53 42.31 93.22 -
YUV 168.72 171.61 95.39 -
System Red Green Blue C M Y K H S L
Decimal 123 177 246 0.50 0.28 0 0.04 213.66 0.87 0.72
Hex 7B B1 F6 32 1C 0 4 D6 57 48
Octal 173 261 366 62 34 0 4 326 127 110
Binary 1111011 10110001 11110110 110010 11100 0 100 11010110 1010111 1001000

Color Harmonies of #7BB1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB1F6

Black with #7BB1F6

Text Example


Text Example

White with #7BB1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,177,246); }

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

background-color css

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

 a { background-color: rgb(123,177,246); }

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

border-color css

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

 span { border-color: rgb(123,177,246); }

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