Html Css Color HEX #7CBAFE Maya Blue

📋 copy color: '#7CBAFE'

red 124 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #7CBAFE

Tints of Maya Blue #7CBAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.98%

 BLUE value IS 254 (99.61% from 255) = 45.04%

R = 21.99%
G = 32.98%
B = 45.04%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7CBAFE (or 0x7CBAFE) is known color: Maya Blue. HEX triplet: 7C, BA and FE. RGB value is (124,186,254). Sum of RGB (Red+Green+Blue) = 124+186+254=564 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.99% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBAFE is #834501. Grayscale: #AEAEAE. Windows color (decimal): -8602882 or 16693884. OLE color: 16693884.

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

Color convert

RGB 124 186 254 -
CMYK 0.51 0.27 0 0.00
HSL 211.38º 0.98% 0.74% -
HSV(B) 211.38º 0.51% 1% -
XYZ 43.76 46.56 100.45 -
YUV 175.21 172.46 91.47 -
System Red Green Blue C M Y K H S L
Decimal 124 186 254 0.51 0.27 0 0.00 211.38 0.98 0.74
Hex 7C BA FE 33 1B 0 0 D3 62 4A
Octal 174 272 376 63 33 0 0 323 142 112
Binary 1111100 10111010 11111110 110011 11011 0 0 11010011 1100010 1001010

Color Harmonies of #7CBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBAFE

Black with #7CBAFE

Text Example


Text Example

White with #7CBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,186,254); }

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

background-color css

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

 a { background-color: rgb(124,186,254); }

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

border-color css

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

 span { border-color: rgb(124,186,254); }

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