Html Css Color HEX #7DBAFA Maya Blue

📋 copy color: '#7DBAFA'

red 125 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #7DBAFA

Tints of Maya Blue #7DBAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 22.28%
G = 33.16%
B = 44.56%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DBAFA (or 0x7DBAFA) is known color: Maya Blue. HEX triplet: 7D, BA and FA. RGB value is (125,186,250). Sum of RGB (Red+Green+Blue) = 125+186+250=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DBAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBAFA is #824505. Grayscale: #AEAEAE. Windows color (decimal): -8537350 or 16431741. OLE color: 16431741.

HSL color Cylindrical-coordinate representation of color #7DBAFA: hue angle of 210.72º degrees, saturation: 0.93, 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 #7DBAFA is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 186 250 -
CMYK 0.50 0.26 0 0.02
HSL 210.72º 0.93% 0.74% -
HSV(B) 210.72º 0.5% 0.98% -
XYZ 43.27 46.38 97.11 -
YUV 175.06 170.29 92.3 -
System Red Green Blue C M Y K H S L
Decimal 125 186 250 0.50 0.26 0 0.02 210.72 0.93 0.74
Hex 7D BA FA 32 1A 0 2 D3 5D 4A
Octal 175 272 372 62 32 0 2 323 135 112
Binary 1111101 10111010 11111010 110010 11010 0 10 11010011 1011101 1001010

Color Harmonies of #7DBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAFA

Black with #7DBAFA

Text Example


Text Example

White with #7DBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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