Html Css Color HEX #7DBAFF Maya Blue

📋 copy color: '#7DBAFF'

red 125 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #7DBAFF

Tints of Maya Blue #7DBAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.05%

R = 22.08%
G = 32.86%
B = 45.05%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7DBAFF (or 0x7DBAFF) is known color: Maya Blue. HEX triplet: 7D, BA and FF. RGB value is (125,186,255). Sum of RGB (Red+Green+Blue) = 125+186+255=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBAFF is #824500. Grayscale: #AFAFAF. Windows color (decimal): -8537345 or 16759421. OLE color: 16759421.

HSL color Cylindrical-coordinate representation of color #7DBAFF: hue angle of 211.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DBAFF is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 125 186 255 -
CMYK 0.51 0.27 0 0
HSL 211.85º 1% 0.75% -
HSV(B) 211.85º 0.51% 1% -
XYZ 44.07 46.7 101.3 -
YUV 175.63 172.79 91.89 -
System Red Green Blue C M Y K H S L
Decimal 125 186 255 0.51 0.27 0 0 211.85 1 0.75
Hex 7D BA FF 33 1B 0 0 D4 64 4B
Octal 175 272 377 63 33 0 0 324 144 113
Binary 1111101 10111010 11111111 110011 11011 0 0 11010100 1100100 1001011

Color Harmonies of #7DBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAFF

Black with #7DBAFF

Text Example


Text Example

White with #7DBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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