Html Css Color HEX #7DBAFC Maya Blue

📋 copy color: '#7DBAFC'

red 125 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #7DBAFC

Tints of Maya Blue #7DBAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.76%

R = 22.2%
G = 33.04%
B = 44.76%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DBAFC (or 0x7DBAFC) is known color: Maya Blue. HEX triplet: 7D, BA and FC. RGB value is (125,186,252). Sum of RGB (Red+Green+Blue) = 125+186+252=563 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.20% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DBAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBAFC is #824503. Grayscale: #AEAEAE. Windows color (decimal): -8537348 or 16562813. OLE color: 16562813.

HSL color Cylindrical-coordinate representation of color #7DBAFC: hue angle of 211.18º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DBAFC is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 186 252 -
CMYK 0.50 0.26 0 0.01
HSL 211.18º 0.95% 0.74% -
HSV(B) 211.18º 0.5% 0.99% -
XYZ 43.59 46.51 98.77 -
YUV 175.29 171.29 92.13 -
System Red Green Blue C M Y K H S L
Decimal 125 186 252 0.50 0.26 0 0.01 211.18 0.95 0.74
Hex 7D BA FC 32 1A 0 1 D3 5F 4A
Octal 175 272 374 62 32 0 1 323 137 112
Binary 1111101 10111010 11111100 110010 11010 0 1 11010011 1011111 1001010

Color Harmonies of #7DBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAFC

Black with #7DBAFC

Text Example


Text Example

White with #7DBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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