Html Css Color HEX #7DBAF2 Maya Blue

📋 copy color: '#7DBAF2'

red 125 ◦ green 186 ◦ blue 242

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

Shades of Maya Blue #7DBAF2

Tints of Maya Blue #7DBAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.76%

R = 22.6%
G = 33.63%
B = 43.76%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7DBAF2 (or 0x7DBAF2) is known color: Maya Blue. HEX triplet: 7D, BA and F2. RGB value is (125,186,242). Sum of RGB (Red+Green+Blue) = 125+186+242=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #7DBAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBAF2 is #82450D. Grayscale: #ADADAD. Windows color (decimal): -8537358 or 15907453. OLE color: 15907453.

HSL color Cylindrical-coordinate representation of color #7DBAF2: hue angle of 208.72º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DBAF2 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 186 242 -
CMYK 0.48 0.23 0 0.05
HSL 208.72º 0.82% 0.72% -
HSV(B) 208.72º 0.48% 0.95% -
XYZ 42.04 45.89 90.65 -
YUV 174.15 166.29 92.95 -
System Red Green Blue C M Y K H S L
Decimal 125 186 242 0.48 0.23 0 0.05 208.72 0.82 0.72
Hex 7D BA F2 30 17 0 5 D1 52 48
Octal 175 272 362 60 27 0 5 321 122 110
Binary 1111101 10111010 11110010 110000 10111 0 101 11010001 1010010 1001000

Color Harmonies of #7DBAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAF2

Black with #7DBAF2

Text Example


Text Example

White with #7DBAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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