Html Css Color HEX #7CBAFC Maya Blue

📋 copy color: '#7CBAFC'

red 124 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #7CBAFC

Tints of Maya Blue #7CBAFC

RGB

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

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

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

R = 22.06%
G = 33.1%
B = 44.84%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7CBAFC (or 0x7CBAFC) is known color: Maya Blue. HEX triplet: 7C, BA and FC. RGB value is (124,186,252). Sum of RGB (Red+Green+Blue) = 124+186+252=562 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.06% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #7CBAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBAFC is #834503. Grayscale: #AEAEAE. Windows color (decimal): -8602884 or 16562812. OLE color: 16562812.

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

Color convert

RGB 124 186 252 -
CMYK 0.51 0.26 0 0.01
HSL 210.94º 0.96% 0.74% -
HSV(B) 210.94º 0.51% 0.99% -
XYZ 43.44 46.43 98.77 -
YUV 174.99 171.46 91.63 -
System Red Green Blue C M Y K H S L
Decimal 124 186 252 0.51 0.26 0 0.01 210.94 0.96 0.74
Hex 7C BA FC 33 1A 0 1 D3 60 4A
Octal 174 272 374 63 32 0 1 323 140 112
Binary 1111100 10111010 11111100 110011 11010 0 1 11010011 1100000 1001010

Color Harmonies of #7CBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBAFC

Black with #7CBAFC

Text Example


Text Example

White with #7CBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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