Html Css Color HEX #7CACFD Maya Blue

📋 copy color: '#7CACFD'

red 124 ◦ green 172 ◦ blue 253

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

Shades of Maya Blue #7CACFD

Tints of Maya Blue #7CACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.33%

 BLUE value IS 253 (99.22% from 255) = 46.08%

R = 22.59%
G = 31.33%
B = 46.08%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7CACFD (or 0x7CACFD) is known color: Maya Blue. HEX triplet: 7C, AC and FD. RGB value is (124,172,253). Sum of RGB (Red+Green+Blue) = 124+172+253=549 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.59% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CACFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CACFD is #835302. Grayscale: #A6A6A6. Windows color (decimal): -8606467 or 16624764. OLE color: 16624764.

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

Color convert

RGB 124 172 253 -
CMYK 0.51 0.32 0 0.01
HSL 217.67º 0.97% 0.74% -
HSV(B) 217.67º 0.51% 0.99% -
XYZ 40.79 40.88 98.67 -
YUV 166.88 176.6 97.41 -
System Red Green Blue C M Y K H S L
Decimal 124 172 253 0.51 0.32 0 0.01 217.67 0.97 0.74
Hex 7C AC FD 33 20 0 1 DA 61 4A
Octal 174 254 375 63 40 0 1 332 141 112
Binary 1111100 10101100 11111101 110011 100000 0 1 11011010 1100001 1001010

Color Harmonies of #7CACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACFD

Black with #7CACFD

Text Example


Text Example

White with #7CACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,172,253); }

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

background-color css

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

 a { background-color: rgb(124,172,253); }

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

border-color css

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

 span { border-color: rgb(124,172,253); }

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