Html Css Color HEX #7CB6F2 Maya Blue

📋 copy color: '#7CB6F2'

red 124 ◦ green 182 ◦ blue 242

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

Shades of Maya Blue #7CB6F2

Tints of Maya Blue #7CB6F2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.21%

 BLUE value IS 242 (94.92% from 255) = 44.16%

R = 22.63%
G = 33.21%
B = 44.16%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7CB6F2 (or 0x7CB6F2) is known color: Maya Blue. HEX triplet: 7C, B6 and F2. RGB value is (124,182,242). Sum of RGB (Red+Green+Blue) = 124+182+242=548 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.63% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #7CB6F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB6F2 is #83490D. Grayscale: #ABABAB. Windows color (decimal): -8603918 or 15906428. OLE color: 15906428.

HSL color Cylindrical-coordinate representation of color #7CB6F2: hue angle of 210.51º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CB6F2 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 182 242 -
CMYK 0.49 0.25 0 0.05
HSL 210.51º 0.82% 0.72% -
HSV(B) 210.51º 0.49% 0.95% -
XYZ 41.07 44.15 90.36 -
YUV 171.5 167.78 94.12 -
System Red Green Blue C M Y K H S L
Decimal 124 182 242 0.49 0.25 0 0.05 210.51 0.82 0.72
Hex 7C B6 F2 31 19 0 5 D3 52 48
Octal 174 266 362 61 31 0 5 323 122 110
Binary 1111100 10110110 11110010 110001 11001 0 101 11010011 1010010 1001000

Color Harmonies of #7CB6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB6F2

Black with #7CB6F2

Text Example


Text Example

White with #7CB6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,182,242); }

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

background-color css

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

 a { background-color: rgb(124,182,242); }

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

border-color css

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

 span { border-color: rgb(124,182,242); }

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