Html Css Color HEX #7DC8FF Maya Blue

📋 copy color: '#7DC8FF'

red 125 ◦ green 200 ◦ blue 255

#7DC8FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #7DC8FF

Tints of Maya Blue #7DC8FF

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 value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7DC8FF (or 0x7DC8FF) is known color: 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

RGB 125 200 255 -
CMYK 0.51 0.22 0 0
HSL 205.38º 1% 0.75% -
HSV(B) 205.38º 0.51% 1% -
XYZ 47.16 52.89 102.33 -
YUV 183.85 168.15 86.03 -
System Red Green Blue C M Y K H S L
Decimal 125 200 255 0.51 0.22 0 0 205.38 1 0.75
Hex 7D C8 FF 33 16 0 0 CD 64 4B
Octal 175 310 377 63 26 0 0 315 144 113
Binary 1111101 11001000 11111111 110011 10110 0 0 11001101 1100100 1001011

Color Harmonies of #7DC8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC8FF

Black with #7DC8FF

Text Example


Text Example

White with #7DC8FF

Text Example


Text Example

HTML Codes & Css Web 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>