#7CC8FD

Color #7CC8FD Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #7CC8FD

Tints of Maya Blue #7CC8FD

Color information

#7CC8FD (or 0x7CC8FD) is unknown color: approx Maya Blue. HEX triplet: 7C, C8 and FD. RGB value is (124,200,253). Sum of RGB (Red+Green+Blue) = 124+200+253=577 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.49% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CC8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC8FD is #833702. Grayscale: #B7B7B7. Windows color (decimal): -8599299 or 16631932. OLE color: 16631932.

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

Color convert

RGB124200253-
CMYK0.510.2100.01
HSL204.65º96.99%73.92%-
HSV(B)204.65º50.99%99.22%-
XYZ46.752.69100.64-
YUV183.32167.3285.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.49%
GREEN value IS 200 (78.52% from 255) = 34.66%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=21.49%
G=34.66%
B=43.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1242002530.510.2100.01204.6596.9973.92
Hex7CC8FD331501cd614a
Octal174310375632501315141112
Binary1111100110010001111110111001110101011100110111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CC8FD;
 }
 .AnyTagClassName
 {
   color: #7CC8FD;
 }
</style>
background-color css

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

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

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

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

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

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