Html Css Color HEX #7CAFFC Maya Blue

📋 copy color: '#7CAFFC'

red 124 ◦ green 175 ◦ blue 252

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

Shades of Maya Blue #7CAFFC

Tints of Maya Blue #7CAFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.76%

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

R = 22.5%
G = 31.76%
B = 45.74%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7CAFFC (or 0x7CAFFC) is known color: Maya Blue. HEX triplet: 7C, AF and FC. RGB value is (124,175,252). Sum of RGB (Red+Green+Blue) = 124+175+252=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #7CAFFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CAFFC is #835003. Grayscale: #A8A8A8. Windows color (decimal): -8605700 or 16559996. OLE color: 16559996.

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

Color convert

RGB 124 175 252 -
CMYK 0.51 0.31 0 0.01
HSL 216.09º 0.96% 0.74% -
HSV(B) 216.09º 0.51% 0.99% -
XYZ 41.21 41.97 98.02 -
YUV 168.53 175.1 96.24 -
System Red Green Blue C M Y K H S L
Decimal 124 175 252 0.51 0.31 0 0.01 216.09 0.96 0.74
Hex 7C AF FC 33 1F 0 1 D8 60 4A
Octal 174 257 374 63 37 0 1 330 140 112
Binary 1111100 10101111 11111100 110011 11111 0 1 11011000 1100000 1001010

Color Harmonies of #7CAFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAFFC

Black with #7CAFFC

Text Example


Text Example

White with #7CAFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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