Html Css Color HEX #7CB0FA Maya Blue

📋 copy color: '#7CB0FA'

red 124 ◦ green 176 ◦ blue 250

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

Shades of Maya Blue #7CB0FA

Tints of Maya Blue #7CB0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.45%

R = 22.55%
G = 32%
B = 45.45%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7CB0FA (or 0x7CB0FA) is known color: Maya Blue. HEX triplet: 7C, B0 and FA. RGB value is (124,176,250). Sum of RGB (Red+Green+Blue) = 124+176+250=550 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.55% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #7CB0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CB0FA is #834F05. Grayscale: #A8A8A8. Windows color (decimal): -8605446 or 16429180. OLE color: 16429180.

HSL color Cylindrical-coordinate representation of color #7CB0FA: hue angle of 215.24º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CB0FA is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 176 250 -
CMYK 0.50 0.30 0 0.02
HSL 215.24º 0.93% 0.73% -
HSV(B) 215.24º 0.5% 0.98% -
XYZ 41.09 42.24 96.43 -
YUV 168.89 173.77 95.98 -
System Red Green Blue C M Y K H S L
Decimal 124 176 250 0.50 0.30 0 0.02 215.24 0.93 0.73
Hex 7C B0 FA 32 1E 0 2 D7 5D 49
Octal 174 260 372 62 36 0 2 327 135 111
Binary 1111100 10110000 11111010 110010 11110 0 10 11010111 1011101 1001001

Color Harmonies of #7CB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB0FA

Black with #7CB0FA

Text Example


Text Example

White with #7CB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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