Html Css Color HEX #7BB2FC Maya Blue

📋 copy color: '#7BB2FC'

red 123 ◦ green 178 ◦ blue 252

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

Shades of Maya Blue #7BB2FC

Tints of Maya Blue #7BB2FC

RGB

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

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

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

R = 22.24%
G = 32.19%
B = 45.57%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BB2FC (or 0x7BB2FC) is known color: Maya Blue. HEX triplet: 7B, B2 and FC. RGB value is (123,178,252). Sum of RGB (Red+Green+Blue) = 123+178+252=553 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.24% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BB2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BB2FC is #844D03. Grayscale: #A9A9A9. Windows color (decimal): -8670468 or 16560763. OLE color: 16560763.

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

Color convert

RGB 123 178 252 -
CMYK 0.51 0.29 0 0.01
HSL 214.42º 0.96% 0.74% -
HSV(B) 214.42º 0.51% 0.99% -
XYZ 41.66 43.08 98.22 -
YUV 169.99 174.28 94.48 -
System Red Green Blue C M Y K H S L
Decimal 123 178 252 0.51 0.29 0 0.01 214.42 0.96 0.74
Hex 7B B2 FC 33 1D 0 1 D6 60 4A
Octal 173 262 374 63 35 0 1 326 140 112
Binary 1111011 10110010 11111100 110011 11101 0 1 11010110 1100000 1001010

Color Harmonies of #7BB2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB2FC

Black with #7BB2FC

Text Example


Text Example

White with #7BB2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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