#7DC1FF

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

Shades of Maya Blue #7DC1FF

Tints of Maya Blue #7DC1FF

Color information

#7DC1FF (or 0x7DC1FF) is unknown color: approx Maya Blue. HEX triplet: 7D, C1 and FF. RGB value is (125,193,255). Sum of RGB (Red+Green+Blue) = 125+193+255=573 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.82% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DC1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC1FF is #823E00. Grayscale: #B3B3B3. Windows color (decimal): -8535553 or 16761213. OLE color: 16761213.

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

Color convert

RGB125193255-
CMYK0.510.2400
HSL208.62º100%74.51%-
HSV(B)208.62º50.98%100%-
XYZ45.5849.72101.8-
YUV179.74170.4788.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.82%
GREEN value IS 193 (75.78% from 255) = 33.68%
BLUE value IS 255 (100% from 255) = 44.50%
R=21.82%
G=33.68%
B=44.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251932550.510.2400208.6210074.51
Hex7DC1FF331800d1644b
Octal175301377633000321144113
Binary1111101110000011111111111001111000001101000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,193,255); }

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

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

 a { background-color: rgb(125,193,255); }

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

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

 span { border-color: rgb(125,193,255); }

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