#7DC8FF

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

Shades of Maya Blue #7DC8FF

Tints of Maya Blue #7DC8FF

Color information

#7DC8FF (or 0x7DC8FF) is unknown color: approx Maya Blue. HEX triplet: 7D, C8 and FF. RGB value is (125,200,255). Sum of RGB (Red+Green+Blue) = 125+200+255=580 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.55% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DC8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC8FF is #823700. Grayscale: #B7B7B7. Windows color (decimal): -8533761 or 16763005. OLE color: 16763005.

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

Color convert

RGB125200255-
CMYK0.510.2200
HSL205.38º100%74.51%-
HSV(B)205.38º50.98%100%-
XYZ47.1652.89102.33-
YUV183.84168.1586.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.55%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 255 (100% from 255) = 43.97%
R=21.55%
G=34.48%
B=43.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1252002550.510.2200205.3810074.51
Hex7DC8FF331600cd644b
Octal175310377632600315144113
Binary1111101110010001111111111001110110001100110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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