#7CC4FD

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

Shades of Maya Blue #7CC4FD

Tints of Maya Blue #7CC4FD

Color information

#7CC4FD (or 0x7CC4FD) is unknown color: approx Maya Blue. HEX triplet: 7C, C4 and FD. RGB value is (124,196,253). Sum of RGB (Red+Green+Blue) = 124+196+253=573 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.64% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CC4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC4FD is #833B02. Grayscale: #B4B4B4. Windows color (decimal): -8600323 or 16630908. OLE color: 16630908.

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

Color convert

RGB124196253-
CMYK0.510.2300.01
HSL206.51º96.99%73.92%-
HSV(B)206.51º50.99%99.22%-
XYZ45.7850.86100.33-
YUV180.97168.6587.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.64%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 253 (99.22% from 255) = 44.15%
R=21.64%
G=34.21%
B=44.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1241962530.510.2300.01206.5196.9973.92
Hex7CC4FD331701cf614a
Octal174304375632701317141112
Binary1111100110001001111110111001110111011100111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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