Html Css Color HEX #7DC0FB Maya Blue

📋 copy color: '#7DC0FB'

red 125 ◦ green 192 ◦ blue 251

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

Shades of Maya Blue #7DC0FB

Tints of Maya Blue #7DC0FB

RGB

 RED value IS 125 (49.22% from 255) = 22.01%

 GREEN value IS 192 (75.39% from 255) = 33.8%

 BLUE value IS 251 (98.44% from 255) = 44.19%

R = 22.01%
G = 33.8%
B = 44.19%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DC0FB (or 0x7DC0FB) is known color: Maya Blue. HEX triplet: 7D, C0 and FB. RGB value is (125,192,251). Sum of RGB (Red+Green+Blue) = 125+192+251=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DC0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC0FB is #823F04. Grayscale: #B2B2B2. Windows color (decimal): -8535813 or 16498813. OLE color: 16498813.

HSL color Cylindrical-coordinate representation of color #7DC0FB: hue angle of 208.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DC0FB is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 192 251 -
CMYK 0.50 0.24 0 0.02
HSL 208.1º 0.94% 0.74% -
HSV(B) 208.1º 0.5% 0.98% -
XYZ 44.72 49.02 98.37 -
YUV 178.69 168.8 89.7 -
System Red Green Blue C M Y K H S L
Decimal 125 192 251 0.50 0.24 0 0.02 208.1 0.94 0.74
Hex 7D C0 FB 32 18 0 2 D0 5E 4A
Octal 175 300 373 62 30 0 2 320 136 112
Binary 1111101 11000000 11111011 110010 11000 0 10 11010000 1011110 1001010

Color Harmonies of #7DC0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC0FB

Black with #7DC0FB

Text Example


Text Example

White with #7DC0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,192,251); }

 H1.HeaderClassName
 {
   color: #7DC0FB;
 }
 .AnyTagClassName
 {
   color: #7DC0FB;
 }
</style>

background-color css

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

 a { background-color: rgb(125,192,251); }

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

border-color css

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

 span { border-color: rgb(125,192,251); }

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