Html Css Color HEX #7CB8FF Maya Blue

📋 copy color: '#7CB8FF'

red 124 ◦ green 184 ◦ blue 255

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

Shades of Maya Blue #7CB8FF

Tints of Maya Blue #7CB8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.68%

 BLUE value IS 255 (100% from 255) = 45.29%

R = 22.02%
G = 32.68%
B = 45.29%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7CB8FF (or 0x7CB8FF) is known color: Maya Blue. HEX triplet: 7C, B8 and FF. RGB value is (124,184,255). Sum of RGB (Red+Green+Blue) = 124+184+255=563 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.02% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CB8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB8FF is #834700. Grayscale: #ADADAD. Windows color (decimal): -8603393 or 16758908. OLE color: 16758908.

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

Color convert

RGB 124 184 255 -
CMYK 0.51 0.28 0 0
HSL 212.52º 1% 0.74% -
HSV(B) 212.52º 0.51% 1% -
XYZ 43.5 45.79 101.15 -
YUV 174.15 173.62 92.23 -
System Red Green Blue C M Y K H S L
Decimal 124 184 255 0.51 0.28 0 0 212.52 1 0.74
Hex 7C B8 FF 33 1C 0 0 D5 64 4A
Octal 174 270 377 63 34 0 0 325 144 112
Binary 1111100 10111000 11111111 110011 11100 0 0 11010101 1100100 1001010

Color Harmonies of #7CB8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB8FF

Black with #7CB8FF

Text Example


Text Example

White with #7CB8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,184,255); }

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

background-color css

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

 a { background-color: rgb(124,184,255); }

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

border-color css

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

 span { border-color: rgb(124,184,255); }

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