Html Css Color HEX #7BC0FC Maya Blue

📋 copy color: '#7BC0FC'

red 123 ◦ green 192 ◦ blue 252

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

Shades of Maya Blue #7BC0FC

Tints of Maya Blue #7BC0FC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.86%

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

R = 21.69%
G = 33.86%
B = 44.44%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BC0FC (or 0x7BC0FC) is known color: Maya Blue. HEX triplet: 7B, C0 and FC. RGB value is (123,192,252). Sum of RGB (Red+Green+Blue) = 123+192+252=567 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.69% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BC0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC0FC is #843F03. Grayscale: #B1B1B1. Windows color (decimal): -8666884 or 16564347. OLE color: 16564347.

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

Color convert

RGB 123 192 252 -
CMYK 0.51 0.24 0 0.01
HSL 207.91º 0.96% 0.74% -
HSV(B) 207.91º 0.51% 0.99% -
XYZ 44.59 48.94 99.19 -
YUV 178.21 169.64 88.62 -
System Red Green Blue C M Y K H S L
Decimal 123 192 252 0.51 0.24 0 0.01 207.91 0.96 0.74
Hex 7B C0 FC 33 18 0 1 D0 60 4A
Octal 173 300 374 63 30 0 1 320 140 112
Binary 1111011 11000000 11111100 110011 11000 0 1 11010000 1100000 1001010

Color Harmonies of #7BC0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC0FC

Black with #7BC0FC

Text Example


Text Example

White with #7BC0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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