Html Css Color HEX #7BB4FF Maya Blue

📋 copy color: '#7BB4FF'

red 123 ◦ green 180 ◦ blue 255

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

Shades of Maya Blue #7BB4FF

Tints of Maya Blue #7BB4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.26%

 BLUE value IS 255 (100% from 255) = 45.7%

R = 22.04%
G = 32.26%
B = 45.7%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7BB4FF (or 0x7BB4FF) is known color: Maya Blue. HEX triplet: 7B, B4 and FF. RGB value is (123,180,255). Sum of RGB (Red+Green+Blue) = 123+180+255=558 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.04% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BB4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BB4FF is #844B00. Grayscale: #ABABAB. Windows color (decimal): -8669953 or 16757883. OLE color: 16757883.

HSL color Cylindrical-coordinate representation of color #7BB4FF: hue angle of 214.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BB4FF is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 123 180 255 -
CMYK 0.52 0.29 0 0
HSL 214.09º 1% 0.74% -
HSV(B) 214.09º 0.52% 1% -
XYZ 42.54 44.07 100.87 -
YUV 171.51 175.12 93.4 -
System Red Green Blue C M Y K H S L
Decimal 123 180 255 0.52 0.29 0 0 214.09 1 0.74
Hex 7B B4 FF 34 1D 0 0 D6 64 4A
Octal 173 264 377 64 35 0 0 326 144 112
Binary 1111011 10110100 11111111 110100 11101 0 0 11010110 1100100 1001010

Color Harmonies of #7BB4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB4FF

Black with #7BB4FF

Text Example


Text Example

White with #7BB4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,180,255); }

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

background-color css

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

 a { background-color: rgb(123,180,255); }

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

border-color css

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

 span { border-color: rgb(123,180,255); }

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