Html Css Color HEX #7BBCF2 Maya Blue

📋 copy color: '#7BBCF2'

red 123 ◦ green 188 ◦ blue 242

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

Shades of Maya Blue #7BBCF2

Tints of Maya Blue #7BBCF2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34%

 BLUE value IS 242 (94.92% from 255) = 43.76%

R = 22.24%
G = 34%
B = 43.76%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7BBCF2 (or 0x7BBCF2) is known color: Maya Blue. HEX triplet: 7B, BC and F2. RGB value is (123,188,242). Sum of RGB (Red+Green+Blue) = 123+188+242=553 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.24% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #7BBCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBCF2 is #84430D. Grayscale: #AEAEAE. Windows color (decimal): -8667918 or 15907963. OLE color: 15907963.

HSL color Cylindrical-coordinate representation of color #7BBCF2: hue angle of 207.23º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BBCF2 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 123 188 242 -
CMYK 0.49 0.22 0 0.05
HSL 207.23º 0.82% 0.72% -
HSV(B) 207.23º 0.49% 0.95% -
XYZ 42.18 46.59 90.77 -
YUV 174.72 165.97 91.11 -
System Red Green Blue C M Y K H S L
Decimal 123 188 242 0.49 0.22 0 0.05 207.23 0.82 0.72
Hex 7B BC F2 31 16 0 5 CF 52 48
Octal 173 274 362 61 26 0 5 317 122 110
Binary 1111011 10111100 11110010 110001 10110 0 101 11001111 1010010 1001000

Color Harmonies of #7BBCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBCF2

Black with #7BBCF2

Text Example


Text Example

White with #7BBCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,188,242); }

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

background-color css

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

 a { background-color: rgb(123,188,242); }

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

border-color css

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

 span { border-color: rgb(123,188,242); }

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