Html Css Color HEX #7CC5FD Maya Blue

📋 copy color: '#7CC5FD'

red 124 ◦ green 197 ◦ blue 253

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

Shades of Maya Blue #7CC5FD

Tints of Maya Blue #7CC5FD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.32%

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

R = 21.6%
G = 34.32%
B = 44.08%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7CC5FD (or 0x7CC5FD) is known color: Maya Blue. HEX triplet: 7C, C5 and FD. RGB value is (124,197,253). Sum of RGB (Red+Green+Blue) = 124+197+253=574 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.60% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CC5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC5FD is #833A02. Grayscale: #B5B5B5. Windows color (decimal): -8600067 or 16631164. OLE color: 16631164.

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

Color convert

RGB 124 197 253 -
CMYK 0.51 0.22 0 0.01
HSL 206.05º 0.97% 0.74% -
HSV(B) 206.05º 0.51% 0.99% -
XYZ 46.01 51.31 100.41 -
YUV 181.56 168.32 86.95 -
System Red Green Blue C M Y K H S L
Decimal 124 197 253 0.51 0.22 0 0.01 206.05 0.97 0.74
Hex 7C C5 FD 33 16 0 1 CE 61 4A
Octal 174 305 375 63 26 0 1 316 141 112
Binary 1111100 11000101 11111101 110011 10110 0 1 11001110 1100001 1001010

Color Harmonies of #7CC5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC5FD

Black with #7CC5FD

Text Example


Text Example

White with #7CC5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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