Html Css Color HEX #7CB0FF Maya Blue

📋 copy color: '#7CB0FF'

red 124 ◦ green 176 ◦ blue 255

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

Shades of Maya Blue #7CB0FF

Tints of Maya Blue #7CB0FF

RGB

 RED value IS 124 (48.83% from 255) = 22.34%

 GREEN value IS 176 (69.14% from 255) = 31.71%

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

R = 22.34%
G = 31.71%
B = 45.95%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7CB0FF (or 0x7CB0FF) is known color: Maya Blue. HEX triplet: 7C, B0 and FF. RGB value is (124,176,255). Sum of RGB (Red+Green+Blue) = 124+176+255=555 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.34% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CB0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CB0FF is #834F00. Grayscale: #A9A9A9. Windows color (decimal): -8605441 or 16756860. OLE color: 16756860.

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

Color convert

RGB 124 176 255 -
CMYK 0.51 0.31 0 0
HSL 216.18º 1% 0.74% -
HSV(B) 216.18º 0.51% 1% -
XYZ 41.89 42.56 100.61 -
YUV 169.46 176.27 95.58 -
System Red Green Blue C M Y K H S L
Decimal 124 176 255 0.51 0.31 0 0 216.18 1 0.74
Hex 7C B0 FF 33 1F 0 0 D8 64 4A
Octal 174 260 377 63 37 0 0 330 144 112
Binary 1111100 10110000 11111111 110011 11111 0 0 11011000 1100100 1001010

Color Harmonies of #7CB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB0FF

Black with #7CB0FF

Text Example


Text Example

White with #7CB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,176,255); }

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

background-color css

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

 a { background-color: rgb(124,176,255); }

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

border-color css

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

 span { border-color: rgb(124,176,255); }

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