Html Css Color HEX #7BB2FF Maya Blue

📋 copy color: '#7BB2FF'

red 123 ◦ green 178 ◦ blue 255

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

Shades of Maya Blue #7BB2FF

Tints of Maya Blue #7BB2FF

RGB

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

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

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

R = 22.12%
G = 32.01%
B = 45.86%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7BB2FF (or 0x7BB2FF) is known color: Maya Blue. HEX triplet: 7B, B2 and FF. RGB value is (123,178,255). Sum of RGB (Red+Green+Blue) = 123+178+255=556 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.12% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BB2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BB2FF is #844D00. Grayscale: #A9A9A9. Windows color (decimal): -8670465 or 16757371. OLE color: 16757371.

HSL color Cylindrical-coordinate representation of color #7BB2FF: hue angle of 215º 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 #7BB2FF is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 123 178 255 -
CMYK 0.52 0.30 0 0
HSL 215º 1% 0.74% -
HSV(B) 215º 0.52% 1% -
XYZ 42.14 43.27 100.74 -
YUV 170.33 175.78 94.24 -
System Red Green Blue C M Y K H S L
Decimal 123 178 255 0.52 0.30 0 0 215 1 0.74
Hex 7B B2 FF 34 1E 0 0 D7 64 4A
Octal 173 262 377 64 36 0 0 327 144 112
Binary 1111011 10110010 11111111 110100 11110 0 0 11010111 1100100 1001010

Color Harmonies of #7BB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB2FF

Black with #7BB2FF

Text Example


Text Example

White with #7BB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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