#7CC2FD

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

Shades of Maya Blue #7CC2FD

Tints of Maya Blue #7CC2FD

Color information

#7CC2FD (or 0x7CC2FD) is unknown color: approx Maya Blue. HEX triplet: 7C, C2 and FD. RGB value is (124,194,253). Sum of RGB (Red+Green+Blue) = 124+194+253=571 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.72% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CC2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC2FD is #833D02. Grayscale: #B3B3B3. Windows color (decimal): -8600835 or 16630396. OLE color: 16630396.

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

Color convert

RGB124194253-
CMYK0.510.2300.01
HSL207.44º96.99%73.92%-
HSV(B)207.44º50.99%99.22%-
XYZ45.3349.96100.18-
YUV179.8169.3188.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.72%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=21.72%
G=33.98%
B=44.31%

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
Decimal1241942530.510.2300.01207.4496.9973.92
Hex7CC2FD331701cf614a
Octal174302375632701317141112
Binary1111100110000101111110111001110111011100111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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