Html Css Color HEX #7DBAEC Maya Blue

📋 copy color: '#7DBAEC'

red 125 ◦ green 186 ◦ blue 236

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

Shades of Maya Blue #7DBAEC

Tints of Maya Blue #7DBAEC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34%

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 22.85%
G = 34%
B = 43.14%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7DBAEC (or 0x7DBAEC) is known color: Maya Blue. HEX triplet: 7D, BA and EC. RGB value is (125,186,236). Sum of RGB (Red+Green+Blue) = 125+186+236=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DBAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBAEC is #824513. Grayscale: #ADADAD. Windows color (decimal): -8537364 or 15514237. OLE color: 15514237.

HSL color Cylindrical-coordinate representation of color #7DBAEC: hue angle of 207.03º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DBAEC is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 186 236 -
CMYK 0.47 0.21 0 0.07
HSL 207.03º 0.74% 0.71% -
HSV(B) 207.03º 0.47% 0.93% -
XYZ 41.16 45.53 85.98 -
YUV 173.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 125 186 236 0.47 0.21 0 0.07 207.03 0.74 0.71
Hex 7D BA EC 2F 15 0 7 CF 4A 47
Octal 175 272 354 57 25 0 7 317 112 107
Binary 1111101 10111010 11101100 101111 10101 0 111 11001111 1001010 1000111

Color Harmonies of #7DBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAEC

Black with #7DBAEC

Text Example


Text Example

White with #7DBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,186,236); }

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

background-color css

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

 a { background-color: rgb(125,186,236); }

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

border-color css

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

 span { border-color: rgb(125,186,236); }

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